Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

dominikrudzki/flutter_instagram_story

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flutter_instagram_story

Plugin for sharing photos to Instagram story.

Supported platforms

Platform Android iOS
Support

Configuration

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
)