-
Notifications
You must be signed in to change notification settings - Fork 157
Null Safety Migration #45
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
Conversation
*Run dart migrate. *Resolve warnings. *Manually migrate responsive_wrapper.dart.
*Make ResponsiveWrapperData values nonnull.
hello so i still didnt really understand the concept of the null safety or how to apply it and not even expert enough to make my own packages yet so i tried to check it but probably what i will tell here might not really help. I tested two web projects using nullsafety branch and didnt see any problem or error. Only things that i saw on the console are some warnings like: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I found these points that I was unsure about. Besides that, PR looks good to me.
Thank you for reviewing @brenodt . |
*Migrate scroll behavior.
*Remove unnecessary asserts.
*Migrate clamping scroll behavior.
*Add clip behavior and restoration ID properties.
@eroo36 Thank you for testing and catching the asserts. |
No description provided.