devkrest / flutter_story_presenter

Easily display media as stories in your Flutter app with customizable features and smooth navigation! 🚀📷
MIT License
11 stars 9 forks source link

fix items length bug #4

Closed rezam92 closed 3 months ago

rezam92 commented 3 months ago

for list with 1 item the condition throws exception. (init index = 0 ) < (items.length - 1 )