open_share_plus 2.0.0 copy "open_share_plus: ^2.0.0" to clipboard
open_share_plus: ^2.0.0 copied to clipboard

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

open_share_plus #

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_plus as a dependency in your pubspec.yaml file.

In your flutter project add the dependency:

dependencies:
  ...
  open_share_plus:
copied to clipboard

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

Setup Configuration #

  • Please check if use open localFile {support iOS(DocumentInteraction) / android(intent) / PC(ffi) / web(dart:html)} open_filex.
  • Please check if use open browser, phone, mail and whatsapp url_launcher.

Example #

Please follow this example here.

Browser #

Open.browser(url: "https://datadirr.com")
copied to clipboard

Phone Dial #

Open.phone(phoneNumber: "+919726428397")
copied to clipboard

Mail #

Open.mail(toAddress: "datadirr@gmail.com", subject: "datadirr", body: "datadirr dev")
copied to clipboard

WhatsApp (whatsAppNumber with country code) #

Open.whatsApp(whatsAppNumber: "919876543210", text: "datadirr")
copied to clipboard

Local File (Only ANDROID, IOS) #

Open.localFile(filePath: localFilePath)
copied to clipboard
23
likes
160
points
1.43k
downloads

Publisher

verified publisherdatadirr.com

Weekly Downloads

2024.09.14 - 2025.03.29

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

Homepage
Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, flutter_web_plugins, open_filex, plugin_platform_interface, url_launcher, web

More

Packages that depend on open_share_plus