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

Update fading_edge_scrollview to 4.1.1 #103

Open danielalanisgux opened 1 week ago

danielalanisgux commented 1 week ago

Hello bro, you need to upgrade fading_edge_scrollview to version 4.1.1 because the version 3.0.0 has an issue with PageController and ScrollController. Upgrading to 4.1.1 solve this

BigYajuu commented 6 days ago

This is truly disastrous, as the package does not work AT ALL now.

danielalanisgux commented 5 days ago

This is truly disastrous, as the package does not work AT ALL now.

@BigYajuu I agree, as a temporal fix you can copy all the marquee code to a local widget and delete marquee lib from pubspec, then install the fading_edge_scrollview 4.1.1 and the problem will be solved.