v1.0.2
share_whatsapp
FlutterアプリからWhatsApp共有ダイアログにコンテンツを共有するためのFlutterプラグインです。
26いいね 20630日間ダウンロード140Pub ポイント
AndroidiOSWebmacOSWindowsLinux
FlutterアプリからWhatsApp共有ダイアログにコンテンツを共有するためのFlutterプラグインです。
^0.3.3+1{"sdk":"flutter"}{"sdk":"flutter"}^1.0.2^2.0.2^6.1.3{"sdk":"flutter"}^2.0.0以下は英語原文のスナップショットです。最新版は 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)