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

Compiler warnings on Flutter 3.0 #79

Closed jannisnikoy closed 2 years ago

jannisnikoy commented 2 years ago

While the marquee library has been updated with Flutter 3.0 support, it still refers to an older version of the fading_edge_scrollview dependency which lacks 3.0 support. This dependency should be updated to version 3.0.0 to resolve all compiler warnings when using Flutter 3.0

PranayD1807 commented 2 years ago

This needs to be implemented asap

PranayD1807 commented 2 years ago

Fading_edge_scrollview has now been fixed and updated according to 3.0.0 , Please update the dependency in this package.

MarcelGarus commented 2 years ago

This should be fixed in version 2.2.3.