open_share_pro 1.2.0 copy "open_share_pro: ^1.2.0" to clipboard
open_share_pro: ^1.2.0 copied to clipboard

discontinuedreplaced by: open_share_plus
outdated

Flutter Plugin for sharing contents to social media.You can use it share to Mail, Phone, WhatsApp And System Share UI.

open_share_pro #

Flutter Plugin for sharing contents to social media.You can use it share to Mail, WhatsApp And System Share UI

Using #

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.

Installation #

First, add open_share_pro as a dependency in your pubspec.yaml file.

In your flutter project add the dependency:

dependencies:
  ...
  open_share_pro:

For help getting started with Flutter, view the online documentation.

Example #

Please follow this example here.

Browser #

Open.browser(url: "https://techdirr.com")

Phone Dial #

Open.phone(phoneNumber: "+919426636120")

Mail #

Open.mail(toAddress: "dev@techdirr.com",subject: "techdirr",body: "techdirr dev")

WhatsApp (whatsAppNumber with country code) #

Open.whatsApp(whatsAppNumber: "919426636120", text: "techdirr")

Local File (Only ANDROID, IOS) #

Open.localFile(filePath: localFilePath)
5
likes
0
pub points
72%
popularity

Publisher

unverified uploader

Flutter Plugin for sharing contents to social media.You can use it share to Mail, Phone, WhatsApp And System Share UI.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_web_plugins, open_file, plugin_platform_interface, url_launcher

More

Packages that depend on open_share_pro