flutter_instagram_storyboard library
Classes
- GradientTransition
- IButtonPositionable
- IStoryPageTransform
- If you need to implement your own transform just implement this interface and add it to StoryButton or StoryRoute
- IWatchMarkable
- StoryButton
- StoryButtonData
- StoryContainerSettings
- StoryListView
- StoryPage3DTransform
- StoryPageContainerView
- StoryPageNoTransform
- If you don't need any transformation between stories just use StoryPageNoTransform as a Parameter to StoryButton or StoryListView
- StoryPageScaffold
- This scaffold has a transparent background and rounded corners around its body. You don't necessarily have to use this scaffold. You can use your own page structure but if you're ok with this, feel free to use it as a base for your story pages
- StoryRoute
- StoryTimeline
- StoryTimelineController
Constants
- kStoryTimerTickMillis → const int
Typedefs
- IsVisibleCallback = bool Function()
- onAddStoryPressedCallback = dynamic Function()
- StoryTimelineCallback = dynamic Function(StoryTimelineEvent, String)