Flutter Tutorial - 2/2 Navigation & Named Routes

preview_player
Показать описание
Master how to navigate between pages in Flutter with named routes which can be used especially for more complex applications.

Resources:

--- JOIN THE CREW ---

SHARE | SUBSCRIBE | LIKE FOR MORE VIDEOS LIKE THIS

*********

SOCIAL MEDIA: Follow Me :-)

PLAYLISTS

If you find this video useful, LIKE & SHARE this video to help other people who also learn Flutter :)

CREDITS

#Flutter #Tutorial #JohannesMilke

LIKE & SHARE & ACTIVATE THE BELL
Thanks For Watching :-)
Рекомендации по теме
Комментарии
Автор

Thank you. From my understanding named routes are not considered to be a best practice for Flutter in 2023, but I am working on an application that was developed a few years ago, and this information was invaluable for understanding what the original developer was doing

amadzarak
Автор

Thanks Johannes, please update this video

MacMaurof
Автор

Thank you so much for all your wonderful videos, thank you sir
I learnt so much from your videos

pravinromano
Автор

Amazing man! why you use async and await in the first navigation function? it's necessari for the navigation?

immanueldiaz
Автор

Nice, Is this example actual now in 2022?

golfgolf
Автор

What is the purpose of pushNamedAndRemoveUntil?

mr-rbk
Автор

Hello Mr. Milke, I'm using this method for navigation in my application, but I'm running into an issue with Navigator.popUntil(). Is it possible to use Navigator.popUntil with this method of navigation? I'm specifically calling Navigator.popUntil(context, ModalRoute.withName(AppRoutes.home)), as an example.

alexboyd