blackmann / story_view

Story view for apps with stories.
BSD 3-Clause "New" or "Revised" License
417 stars 342 forks source link

How to control progress indicator inside a storyItem. #129

Closed 876arham closed 2 years ago

876arham commented 2 years ago

I am creating a story view where I have images and on each image there is a swipe up option that will open a second page in a sliding way, and from that new page if a click back it will be navigated to the same story. So for that, I have to pass a widget inside storyItem. But the problem is I want to control the progress indicator bar when I am inside that widget depending upon my click. Can you provide a solutio to this problem @blackmann