stories_page_view 0.0.5 stories_page_view: ^0.0.5 copied to clipboard
A Flutter package for creating a instagram like story. The package only abstracts the burden of guestures and controller. Making it highly customizable and easy to use.
0.0.5 #
- Example link attached
0.0.4 #
onPageChange
is added toStoryPageController
0.0.3 #
- Feature: Tap and hold to pause
pubspec.yaml
description updated- New state
PlayBackState.notStarted
is added complete()
andplayBackStateStream;
is added toStoryController
0.0.2 #
- Bug fix: tap to go back throws range error
0.0.2-alpha.2 #
StoryPageController
exposedinitialPage
is now set throughStoryPageController
0.0.2-alpha.1 #
StoryPageView.initialPage
is is added- Compatibility with rtl languages is improved
0.0.2-alpha #
- First usable version
- Feature APIs are:
StoryPageView
StoryProgressBars
StoryController
PlayBackState
- Open sourced under
MIT
license
0.0.1 #
- TODO: Describe initial release.