share_whatsapp 1.0.2 copy "share_whatsapp: ^1.0.2" to clipboard
share_whatsapp: ^1.0.2 copied to clipboard

A Flutter plugin to share content from your Flutter app to the WhatsApp share dialog.

Share Whatsapp Plugin #

pub package

A Flutter plugin to share content from your Flutter app to the WhatsApp share dialog.

Installation #

Add to your flutter project :

flutter pub add share_whatsapp

iOS Specific Installation #

Add this to your Info.plist file within Runner folder :

<key>LSApplicationQueriesSchemes</key>
<array>
	<string>whatsapp</string>
</array>

This will ensure that iOS app can use url scheme whatsapp://.

Compatibility #

Web Android iOS MacOS Windows Linux
Share Text
Share Image
Share Text+Image
Share to Number ⚠️
Native
Using wa.me on url_launcher

⚠️ Notes :

  • Mandatory for Web, MacOS, Windows and Linux
  • Optional for Android only.

Author #

Alann Maulana (alann-maulana)

22
likes
140
pub points
91%
popularity

Publisher

verified publisheralan.my.id

A Flutter plugin to share content from your Flutter app to the WhatsApp share dialog.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

cross_file, flutter, flutter_web_plugins, mime, plugin_platform_interface, url_launcher

More

Packages that depend on share_whatsapp