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
160 stars 159 forks source link

Added WhatsApp workaround #46

Closed jigarfumakiya closed 3 years ago

jigarfumakiya commented 3 years ago

Hey bro @lizhuoyuan

After doing some solid research.

I have found the below things.

  1. What's the app doesn't allow pictures from all directories like android in IOS take from document directory so as of now we copy that image data and create a new file in document director so user can share.
  2. You can not share text images at the same time.
  3. Whatsapp doesn't support sharing for Whatsapp we have to use the bottom sheet.
  4. It can not be identified between WhatsApp and WhatsApp business (I have asked support for WhatsApp for this because I am not sure about this.)

I have added some changes as well. I think after that you can use WhatsApp share perfectly

Let me know Jigar

lizhuoyuan commented 3 years ago

The latest code has been uploaded to github, and version 1.0.0 has been released, please try.

jigarfumakiya commented 3 years ago

Sure will try @lizhuoyuan Thanks