open_share_plus
Flutter Plugin for sharing contents to social media.You can use it share to Mail, Phone, WhatsApp And System Share UI.
Flutter Plugin for sharing contents to social media.You can use it share to Mail, Phone, WhatsApp And System Share UI.
{"sdk":"flutter"}{"sdk":"flutter"}^1.1.1^2.1.8^6.3.2^4.7.0{"sdk":"flutter"}^6.0.0English project snapshot. Visit GitHub for the latest content.
https://datadirr.com/datadirr.png
Flutter Plugin for sharing contents to social media.You can use it share to Mail, WhatsApp And System Share UI
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile and web development, and a full API reference.
First, add open_share_plus as a dependency in your pubspec.yaml file.
In your flutter project add the dependency:
dependencies:
...
open_share_plus:
For help getting started with Flutter, view the online documentation.
Please follow this example here.
Open.browser(url: "https://datadirr.com")
Open.phone(phoneNumber: "+919726428397")
Open.mail(toAddress: "datadirr@gmail.com", subject: "datadirr", body: "datadirr dev")
Open.whatsApp(whatsAppNumber: "919876543210", text: "datadirr")
Open.localFile(filePath: localFilePath)