Last updated:
0 purchases
share whatsapp
Share Whatsapp Plugin #
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
copied to clipboard
iOS Specific Installation #
Add this to your Info.plist file within Runner folder :
<key>LSApplicationQueriesSchemes</key>
<array>
<string>whatsapp</string>
</array>
copied to clipboard
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)
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.