social_share_plugin
social_share_plugin copied to clipboard
Can you please add whatsapp sharing option for the same?
const url = "whatsapp://send?text=Hello World!"
var encoded = Uri.encodeFull(url);
if (await canLaunch(encoded)) {
await launch(urlencoded);
} else {
throw 'Could not launch $url';
}
ios:
<key>LSApplicationQueriesSchemes</key>
<array>
<string>whatsapp</string>
</array>
Hi i am not able to share image on whatsapp