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

fading_edge_scrollview update #98

Closed hatim-essadeq closed 4 days ago

hatim-essadeq commented 4 months ago

in Flutter 3.22.0 : we have this error : The argument type 'PageController?' can't be assigned to the parameter type 'ScrollController' because 'PageController?' is nullable and 'ScrollController' isn't. you should update the package of fading_edge_scrollview to resolve the problem.

thanks in advance.

Luism96xd commented 4 months ago

I have the same issue, I also using Flutter 3.22.0

ShokhrukhbekYuldoshev commented 4 months ago

Temporary fix

# Fix for marquee dependency after Flutter 3.2.2 upgrade
dependency_overrides:
    fading_edge_scrollview: ^4.1.1
socheatech commented 4 months ago

I have the same issue, I also using Flutter 3.22.0

6Yolo6 commented 3 months ago

same error!

hakama99 commented 2 months ago

Received notification from Android that the app must be updated to SDK 34 within fifty days, necessitating the upgrade of Flutter to version 3.22.2.

dependency_overrides:
   fading_edge_scrollview: ^4.1.1

This works for me.

realitymolder commented 4 days ago

have been updated on the new version 2.3 :)