theobouwman / flutter_image_carousel

flutter image carousel
https://pub.dartlang.org/packages/image_carousel
Other
53 stars 21 forks source link

In a listview is not animating #12

Open superciccio opened 6 years ago

superciccio commented 6 years ago

Hi,

I got this behaviour that when I use the carousel in a list view is not animating, if I swap left-right I can see the different images...

Do I have to do anything particular in a list view ?

Thanks

theobouwman commented 6 years ago

Can you provide an video or gif?

superciccio commented 6 years ago

Here is a video of my app

https://drive.google.com/open?id=1SIjipGDwLLlFtsGZZ3Qh-8kNFe-dChVe

The imgs are in the carousel of course, I did have the error in the console about tabcontroller was disposed couldn't be used If I comment on dispose the error disappear but still no animation.. :)