widgets/story_view library
Classes
- ContrastHelper
- Concept source: https://stackoverflow.com/a/9733420
- IndicatorOval
- PageBar
- Horizontal bar displaying a row of StoryProgressIndicator based on the pages provided.
- PageBarState
- PageData
- Capsule holding the duration and shown property of each story. Passed down to the pages bar to render the page indicators.
- StoryItem
- This is a representation of a story item (or page).
- StoryProgressIndicator
- Custom progress bar. Supposed to be lighter than the original ProgressIndicator, and rounded at the sides.
- StoryView
- Widget to display stories just like Whatsapp and Instagram. Can also be used inline/inside ListView or Column just like Google News app. Comes with gestures to pause, forward and go to previous page.
- StoryViewState
Enums
- IndicatorHeight
- This is used to specify the height of the progress indicator. Inline stories should use small
- ProgressPosition
- Indicates where the progress indicators should be placed.