blackmann / story_view

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

We need to return current index in onStoryShow method #163

Closed wh120 closed 10 months ago

blackmann commented 10 months ago

You can do indexOf on your story items array

https://api.flutter.dev/flutter/dart-core/List/indexOf.html

blackmann commented 10 months ago

https://github.com/blackmann/story_view/issues/97