-
Notifications
You must be signed in to change notification settings - Fork 171
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
Update legacy code (deprecated function call) #5
base: master
Are you sure you want to change the base?
Conversation
'inheritFromWidgetOfExactType' is deprecated and shouldn't be used. Use dependOnInheritedWidgetOfExactType instead. This feature was deprecated after v1.12.1..
…precated Update legacy code (deprecated function call)
Small improvement. Disable raise button by default while widget initialization.
Disable raise button by default
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.
Here I fix my own misunderstanding.
Stephen! Thank you very much for that exercises. Your Flutter couse is useful, informative and helpful for me!
Stack widget. 'overflow' is deprecated and shouldn't be used. Use clipBehavior instead. See the migration guide in flutter.dev/go/clip-behavior. This feature was deprecated after v1.22.0-12.0.pre.. - overflow: Overflow.visible, + clipBehavior: Clip.none,
…avior Stack. Replace overflow by clipBehavior
'inheritFromWidgetOfExactType' is deprecated and shouldn't be used. Use dependOnInheritedWidgetOfExactType instead. This feature was deprecated after v1.12.1..
…ction-call) Update legacy code (deprecated function call)
Remove the Observable class. https://pub.dev/packages/rxdart/changelog#0230
rxdart updates
'inheritFromWidgetOfExactType' is deprecated and shouldn't be used. Use dependOnInheritedWidgetOfExactType instead. This feature was deprecated after v1.12.1..
…de-(deprecated-function-call) Update legacy code (deprecated function call)
PR's should be merged; there's a lot of deprecated and obsolete syntax used in the course, it's very outdated, and it would be very helpful for new devs that will take the course on Udemy since it's not updated. |
Stephen abandoned this years ago. I don't recommend any of his work. |
'inheritFromWidgetOfExactType' is deprecated and shouldn't be used. Use dependOnInheritedWidgetOfExactType instead. This feature was deprecated after v1.12.1..