social_share_plugin icon indicating copy to clipboard operation
social_share_plugin copied to clipboard

Can you please add whatsapp sharing option for the same?

Open prabhunath111 opened this issue 4 years ago • 2 comments

prabhunath111 avatar Mar 31 '20 13:03 prabhunath111

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>

lizhuoyuan avatar Sep 29 '20 02:09 lizhuoyuan

Hi i am not able to share image on whatsapp

vishweshsoni avatar Apr 04 '24 14:04 vishweshsoni