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
150 stars 145 forks source link

Be able to choose file type to share to instagram #76

Closed LeGoffMael closed 2 years ago

LeGoffMael commented 2 years ago

This PR follow my previous issue https://github.com/OpenFlutter/flutter_share_me/issues/72.

Instagram allow to share an image or a video. This PR add the possibility to choose the type of file format to share to instagram.

On iOS, to share a video, because we need LocalIdentifier, the file will be saved in the gallery before being shared to instagram.