instagram_share_plus 0.0.1
instagram_share_plus: ^0.0.1 copied to clipboard
A new Flutter project.
instagram_share_plus #
Forked from https://github.com/JEuler/instagram_share
Flutter plugin allowing to share media to Instagram. Allowing to share image/video to Instagram on Android & iOS.
Many thanks to zhouteng0217 for specific lines of code and for inspiration. Use the ShareExtend for generic share.
Getting Started #
For Android:
Just use the InstagramSharePlus.shareInstagram("path", mediaType: "video" or "image");
For iOS:
Just use the InstagramSharePlus.shareInstagram();
Platform Support #
Android | iOS |
---|---|
✔️ | ✔️ |