Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fading_edge_scrollview update #98

Open
hatim-essadeq opened this issue May 18, 2024 · 5 comments
Open

fading_edge_scrollview update #98

hatim-essadeq opened this issue May 18, 2024 · 5 comments

Comments

@hatim-essadeq
Copy link

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
Copy link

I have the same issue, I also using Flutter 3.22.0

@ShokhrukhbekYuldoshev
Copy link

Temporary fix

# Fix for marquee dependency after Flutter 3.2.2 upgrade
dependency_overrides:
    fading_edge_scrollview: ^4.1.1

@socheatech
Copy link

I have the same issue, I also using Flutter 3.22.0

@6Yolo6
Copy link

6Yolo6 commented Jun 12, 2024

same error!

@hakama99
Copy link

hakama99 commented Jul 12, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants