MarcelGarus / marquee

A Flutter widget that scrolls text infinitely. Provides many customizations including custom scroll directions and velocities, pausing after every round and specifying custom durations and curves for accelerating and decelerating.
MIT License
284 stars 135 forks source link

ListView items causing neighbouring widgets to repaint #90

Closed akmalviya03 closed 1 month ago

akmalviya03 commented 1 year ago

I faced this issue while working on a project. The whole scaffold and bottom navbar were getting repainted everything marquee list was getting scrolled.

To cross check you can use debugRepaintRainbowEnabled =true and put it at the start of the main function It will show all the boundaries. You will notice all the boundary colours getting changed when the marquee list is getting scrolled by the controller. To restrict the repaint of all the neighbouring widgets I wrapped the list Items with RepaintBoundary.