flutter_instagram_story 0.0.2 copy "flutter_instagram_story: ^0.0.2" to clipboard
flutter_instagram_story: ^0.0.2 copied to clipboard

discontinued
PlatformiOS

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
)
1
likes
130
pub points
0%
popularity

Publisher

unverified uploader

Sharing photos to Instagram story.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on flutter_instagram_story