-
Notifications
You must be signed in to change notification settings - Fork 500
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
null safety on scrollable_positioned_list-0.3.6 #468
Comments
We are having same error while building the application, Guess this issue occurred due to new release. |
we have the same error ../../flutter/.pub-cache/hosted/pub.flutter-io.cn/scrollable_positioned_list-0.3.6/lib/src/scrollable_positioned_list.dart:577:31: Error: Method 'writeState' cannot be called on 'PageStorageBucket?' because it is potentially null.
FAILURE: Build failed with an exception. |
So,
|
Flutter version: 3.3.1
scrollable_positioned_list-0.3.6
0.3.6 An error was reported during compilation:
Currently fix the version to 0.3.5 normally
The text was updated successfully, but these errors were encountered: