ertgrulll / advstory

An advanced, complete story viewer for Flutter. Has support for images, videos, custom widget contents, gestures, interceptors, listeners, manipulators and much more.
https://advstory.sourcekod.com
MIT License
41 stars 33 forks source link

close story on button click #11

Closed strmchsr closed 2 years ago

ertgrulll commented 2 years ago

Hello, you can use Navigator.of(context).pop() on button tap to close story view. AdvStory notifies listeners before closing the story view.