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
274 stars 113 forks source link

Too much rebuilds #101

Open hasanm08 opened 1 month ago

hasanm08 commented 1 month ago

Hi Recently I noticed that each cycle of marquee is so heavy on profiling my app and has shader and small janks

Do you have any plans to improve performance? Can I help you with that?