serenader2014 / flutter_carousel_slider

A flutter carousel widget, support infinite scroll, and custom child widget.
https://pub.dev/packages/carousel_slider
MIT License
1.55k stars 517 forks source link

InfiniteScroll with Hero Tags #398

Open HenrikH96 opened 1 year ago

HenrikH96 commented 1 year ago

Hey there i am useing CarouselSlider for some sort of menu and the menu Button animates and becomes the Screen (Image to TitleImage). I would love to make it an InfiniteScroll but i don't know how to destinguish between the "real"widget and its Copys. so Each of them has the same HeroTag resulting in an Error. Anyone knows a solution for that ?