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

[Question] Compilation error with version 2.0.2 #14

Open
Guillaume-Fortin opened this issue Apr 17, 2023 · 1 comment
Open

[Question] Compilation error with version 2.0.2 #14

Guillaume-Fortin opened this issue Apr 17, 2023 · 1 comment

Comments

@Guillaume-Fortin
Copy link

Guillaume-Fortin commented Apr 17, 2023

I have a compilation error with version 2.0.2 of gap.

Error: Member not found: 'Scrollable.maybeOf'.
    final scrollableState = Scrollable.maybeOf(context);
                                       ^^^^^^^
Error: Compilation failed.

The method Scrollable.maybeOf only exist after Flutter 3.7.x.

Can you use Scrollable.maybeOf in a version 3.0.0 which has set minimum Flutter version to 3.7.0 and revert the modification on gap 2.0.3 ?

Actually in production, our application use Flutter 3.3.x and since 3 days, our CI/CD couldn't compile for this reason.

@NicholasVook
Copy link

u can use 2.0.1

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

2 participants