Plugin for sharing photos to Instagram story.
Platform | Android | iOS |
---|---|---|
Support | ❌ | ✅ |
<key>LSApplicationQueriesSchemes</key>
<array>
<string>instagram-stories</string>
</array>
then add flutter_instagram_story
as a dependency in your pubspec.yaml file.
FlutterInstagramStory.shareWithBackgroundFromImageBuffer(
stickerData: image
)
FlutterInstagramStory.shareWithBackground(
path: imageFilePath
)