flutter_stories icon indicating copy to clipboard operation
flutter_stories copied to clipboard

Use with more then one story

Open BerkSpar opened this issue 3 years ago • 1 comments

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?

BerkSpar avatar Jan 11 '22 15:01 BerkSpar

Story is basically just wrapper around Stack with very simple UI inside of it. With proper setup it can be easily put inside other widgets. Remember that when you use PageView its direct child size must be finite. Maybe your implementation is a bit wrong or is not performant. Also, PageView is actually based on Scrollable with custom physics. So, you can e.g. implement your own physics.

If you're talking about Instagram's cube-flipping effect, I can't say in few words how to implement it, and this repo is definitely not the right place to discuss this theme 🙂

vanelizarov avatar Jan 18 '22 21:01 vanelizarov