flutter_stories
flutter_stories copied to clipboard
Flutter widget that brings stories mechanism to your apps
Fixes #15
Hi, I would like to pause and play stories programmatically. This is particularly relevant when loading content from the web as it affects duration.
I tried to use onFlashForward, and onFlashBack, but doesn't work.
Solved the Problem in which Interactive widget in the story not abel to receive the events. Even we touch on the button story view receive the event and not passing...
I want to use a list of story like instagram but it's not work so good with PageView. Is there other way to implement it?
I have a problem with the stories pages. My pages have interactions with the user that need to be clickable. I'm using InkWell for this, but when I add InkWell...
Two callback onNext, Previous are added to perform any action when user taps on the left and right side of the screen respectively.