v1.0.2
share_whatsapp
Ein Flutter-Plugin, um Inhalte aus Ihrer Flutter-App in das WhatsApp-Teilen-Dialogfeld zu teilen.
26Likes 20630-Tage-Downloads140Pub-Punkte
AndroidiOSWebmacOSWindowsLinux
Ein Flutter-Plugin, um Inhalte aus Ihrer Flutter-App in das WhatsApp-Teilen-Dialogfeld zu teilen.
^0.3.3+1{"sdk":"flutter"}{"sdk":"flutter"}^1.0.2^2.0.2^6.1.3{"sdk":"flutter"}^2.0.0Englischer Projektschnappschuss. Aktuelle Inhalte auf GitHub.
A Flutter plugin to share content from your Flutter app to the WhatsApp share dialog.
Add to your flutter project :
flutter pub add share_whatsapp
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://.
| 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,WindowsandLinux- Optional for
Androidonly.
Alann Maulana (alann-maulana)