Skip to content
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

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Conversation

rustkas
Copy link

@rustkas rustkas commented Oct 23, 2020

'inheritFromWidgetOfExactType' is deprecated and shouldn't be used. Use dependOnInheritedWidgetOfExactType instead. This feature was deprecated after v1.12.1..

Anatolii 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.
Copy link
Author

@rustkas rustkas left a 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!

Anatolii 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)
'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)
@dids-reyes
Copy link

'inheritFromWidgetOfExactType' is deprecated and shouldn't be used. Use dependOnInheritedWidgetOfExactType instead. This feature was deprecated after v1.12.1..

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.

@Simpler1
Copy link

Stephen abandoned this years ago. I don't recommend any of his work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants