FLUTTER ECOSYSTEM

alann-maulana/share_whatsapp

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

share_whatsapp project cover
Stars
1
Forks
25
Last push (UTC)
Jun 4, 2026
Project status
Active
Alann Maulana GitHub avatar
GITHUB User

Alann Maulana ↗

Tenaga Kanggo Indonesia, PTTangerang
LanguagesC++CMakeDartSwiftKotlinRubyHTMLCObjective-CJava

Packages published by this repository

Dependencies used

Dependency list 8 items
  • cross_file^0.3.3+1
  • flutter{"sdk":"flutter"}
  • flutter_web_plugins{"sdk":"flutter"}
  • mime^1.0.2
  • plugin_platform_interface^2.0.2
  • url_launcher^6.1.3
  • flutter_testDevelopment{"sdk":"flutter"}
  • flutter_lintsDevelopment^2.0.0

Original README

English project snapshot. Visit GitHub for the latest content.

Expand / collapse project README

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)