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

Instagram video share #72

Closed LeGoffMael closed 2 years ago

LeGoffMael commented 2 years ago

First, thank you for this plugin.

Looking at the sharing feature description document, video formats (mp4 & mkv) are also supported by Instagram.

Do you plan to add this option to flutter_share_me ?

This is a great feature that I look forward to seeing implemented.

Currently i am getting an error:

File format not supported Please check the file.
LeGoffMael commented 2 years ago

I made it working on my repository : https://github.com/LeGoffMael/flutter_share_me

I will make a PR later because i forked it from : https://github.com/jordanjanaq/flutter_share_me as i needed this change to compile on iOS

lizhuoyuan commented 2 years ago

Thanks for your contribution