Oflutter: Organized Navigation Named Route in Flutter 2021

preview_player
Показать описание
In this video, we will learn how to create a super simple and organized navigation named route using Flutter framework. This tutorial was made for absolute beginners. Some key flutter widgets and functions for this tutorial:
------
* MaterialPageRoute ()
* RouteSettings settings
* Route dynamic
------ and more...

Website:

Official Article: [Organized Navigation Named Route in Flutter 2021]

If you buy me a coffee, you will make my day :)

Tags:
#Oflutter #Flutter #FlutterTutorials
Рекомендации по теме
Комментарии
Автор

OOOOH,
Thanks a lot,
very easy and very clear.
new subscriber from Algeria.

usertuserb
Автор

Fantastic video!
Short, straight to the point, and easy to follow along. Thanks!

iXcRySiS
Автор

Wow, I love it very easy to understand and to follow. Thanks much.🙏🏾

delphinmutaka
Автор

I agree with the other viewers - very easy to understand and to follow. Thanks. I will subscribe and will be looking for more.

gilmcglory
Автор

thanks for the video. Can you do something on how to organize http requests or how to use Getx and Getconnect to make http and keep state organized?? Cheers!

jesusmendoza
Автор

Thank you so much for clear explanation. But i am getting the below exception.
Error :-
Navigator.onGenerateRoute was null, but the route named "/" was referenced.
Note: Eventhough i am able to navigate between pages but only this exception throws in console on every navigation.

ashwinkumar
Автор

how to pass data when using this method, whwen i am trying to pass data, it showing error..

muhammedajmal
Автор

It seems that when you go from the Settings page to the Home page, it adds another Home page on top of the three screens instead of going back to the first homepage. Is there a way to fix that? Thank you!

MadeInJack
Автор

how if homePage has parameter passed to constructor ?

PhucTran-bflo