Skip to content

cavin-7span/share_whatsapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors