romatroskin / social_share_plugin

Social Share to Facebook and Instagram Flutter plugin.
BSD 2-Clause "Simplified" License
41 stars 86 forks source link

Can you please add whatsapp sharing option for the same? #20

Open prabhunath111 opened 4 years ago

lizhuoyuan commented 3 years ago
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>
vishweshsoni commented 4 months ago

Hi i am not able to share image on whatsapp