We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
u can use 2.0.1
Sorry, something went wrong.
No branches or pull requests
I have a compilation error with version 2.0.2 of gap.
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.
The text was updated successfully, but these errors were encountered: