Update legacy code (deprecated function call)#5
Open
rustkas wants to merge 14 commits intoStephenGrider:masterfrom
Open
Update legacy code (deprecated function call)#5rustkas wants to merge 14 commits intoStephenGrider:masterfrom
rustkas wants to merge 14 commits intoStephenGrider:masterfrom
Conversation
added 5 commits
October 23, 2020 10:31
'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
rustkas
commented
Oct 24, 2020
Author
rustkas
left a comment
There was a problem hiding this comment.
Here I fix my own misunderstanding.
Stephen! Thank you very much for that exercises. Your Flutter couse is useful, informative and helpful for me!
added 9 commits
October 24, 2020 21:10
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
'inheritFromWidgetOfExactType' is deprecated and shouldn't be used. Use dependOnInheritedWidgetOfExactType instead. This feature was deprecated after v1.12.1..