flutter_instagram_story 0.0.2 flutter_instagram_story: ^0.0.2 copied to clipboard
Sharing photos to Instagram story.
flutter_instagram_story #
Plugin for sharing photos to Instagram story.
Supported platforms #
Platform | Android | iOS |
---|---|---|
Support | ❌ | ✅ |
Usage #
iOS #
Update your Info.plist
<key>LSApplicationQueriesSchemes</key>
<array>
<string>instagram-stories</string>
</array>
then add flutter_instagram_story
as a dependency in your pubspec.yaml file.
Usage #
shareWithBackgroundFromImageBuffer
FlutterInstagramStory.shareWithBackgroundFromImageBuffer(
stickerData: image
)
shareWithBackground
FlutterInstagramStory.shareWithBackground(
path: imageFilePath
)