OpenFlutter / flutter_share_me

Flutter Plugin for sharing contents to social media. You can use it share to Facebook , WhatsApp , Twitter And System Share UI. Support Url and Text.
https://github.com/lizhuoyuan
Apache License 2.0
151 stars 145 forks source link

Is there a possible way to share image and text at the same time to whatsapp? #64

Closed IamWilmar closed 2 years ago

IamWilmar commented 2 years ago

I have been trying to do this but no kuck with it

lizhuoyuan commented 2 years ago

shareToWhatsApp({String msg,String imagePath})

IamWilmar commented 2 years ago

Seems this method only works properly on Android, however in iOS, the behaviour is different. It just let you share the photo

jigarfumakiya commented 2 years ago

@IamWilmar Yes In IOS WhatsApp does not provide that feature. In IOS we have a lot of restrictions working with other Apps.