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

feat(ios/instagram): implement share video on instagram with support to limited photos picker #117

Open MateusHBR opened 3 months ago

MateusHBR commented 3 months ago

Nowadays is not possible to share videos to instagram, this PR implements videos support and also add support to limited permission, opening the native modalsheet to select a file;

Also solves the issue: https://github.com/OpenFlutter/flutter_share_me/issues/110