flutter_instagram_storyboard 0.0.8 flutter_instagram_storyboard: ^0.0.8 copied to clipboard
A package that allows you to create stories like in instagram
0.0.8 #
- Button list is disabled if buttonDatas is empty. In this case
- it will resurn SizedBox.shrink()
0.0.6 #
- Buttons can be conditionally enabled or disabled now by calling their "isVisible" callback
0.0.5 #
- Added removeListener call to the story timeline controller
0.0.4 #
- Added story watched contract
0.0.3 #
- StoryList now can accept listHeight and buttonWidth paramters
- A child of StoryButton is now stacked upon the button but not inside whic allows it to overlap the bounds of the visible button part (see example)
0.0.1 #
- Initial release