Flutter Routes & Navigation - Parameters, Named Routes, onGenerateRoute

  Рет қаралды 202,549

Reso Coder

Reso Coder

Күн бұрын

Пікірлер: 176
@donaldparkerii
@donaldparkerii 5 жыл бұрын
another great tutorial, you've not only done a great job teaching but also at production standards coding, THANK YOU SO MUCH
@ResoCoder
@ResoCoder 5 жыл бұрын
Thank YOU for watching!
@docdsmc6639
@docdsmc6639 5 жыл бұрын
Awesome work! This is exactly what I needed to see. I was having a heck of a time trying to pass dynamic arguments to my pages for the past 2 days. This video not only showed me how to do it, it showed me why my previous efforts failed. Well done!
@Juliapak
@Juliapak 2 жыл бұрын
I'm having that issue right now!!
@mdmarcaassport
@mdmarcaassport 3 жыл бұрын
What a voice men.
@officialismailshah
@officialismailshah 2 жыл бұрын
Man!!!!! You are blessing for flutter developers.... You are playing big rule in flutter community... Keep doing great stuff....
@DevGamer19
@DevGamer19 4 жыл бұрын
This is indeed the best tutorial for Flutter Routing. Clean code and very good explanation. Thank you!
@coding_den
@coding_den 2 жыл бұрын
Probably the best explanation of basic routing in Flutter that I've seen 🙌🏼
@tadaspetra
@tadaspetra 4 жыл бұрын
I think it would be important to mention that you would need to create a new "arguments" Object for every class that you want to pass multiple parameters to
@bm2ilabs
@bm2ilabs 4 жыл бұрын
As usual the first source to see if you are stuck in anything about flutter, i would really like to see all this knowledge in one big product it will be amazing , Thank you for everything
@myrtasz1036
@myrtasz1036 4 жыл бұрын
Thanks, one of the best programming tutorials I've ever seen
@mdmarcaassport
@mdmarcaassport 3 жыл бұрын
Very good tutorial. In order to be excellent it may explain if the routes approach works on top of push/pop approach. E. G. /index to /second to /index is push and push or push and pop
@johnkaicher2073
@johnkaicher2073 2 жыл бұрын
Thanks... best explanation of onGenerate and Flutter routing on You Tube
@Vellutia
@Vellutia 5 жыл бұрын
Oh no.. I miss this tutorial, my project is already like half done :'(
@allanjuan1149
@allanjuan1149 4 жыл бұрын
Great tutorial. Clear, informative and straight to the point. Thanks a lot for sharing
@ramioooz
@ramioooz 5 жыл бұрын
Simple, nice and straightforward. great video pro 👍
@AdriSinaga
@AdriSinaga 4 жыл бұрын
Wow, your explaination so clear. Thank you
@WESLEYNFSMW
@WESLEYNFSMW 3 жыл бұрын
Thanks bro, another sub from Brazil 😁
@liorpolak1391
@liorpolak1391 3 жыл бұрын
Outstanding tutorial!
@iced87
@iced87 4 жыл бұрын
so, I applied what you did in this video and it works flawlessly; however, I am currently facing an issue with using popUntil
@pravinromano8774
@pravinromano8774 3 жыл бұрын
thank you for the wonderful tutorial on page routes and navigation sir, thank you
@AVACLOUDADDA
@AVACLOUDADDA 4 жыл бұрын
Great tutorial. It clears my all doubt. Thanks
@MubashirAR
@MubashirAR 3 жыл бұрын
For anyone using flutter for web, replace final args = settings.arguments; with final name = settings.name; and switch(args) with switch (name)
@mihirmodi1936
@mihirmodi1936 3 жыл бұрын
Excellent explanation. Loved it. Thanks.
@akshaychopra96
@akshaychopra96 3 жыл бұрын
You are the best! Thanks for making flutter for complex apps so easy :)
@a.d7627
@a.d7627 3 жыл бұрын
Great tutorial! thanks for opening my routes horizons :)
@golfgolf7161
@golfgolf7161 Жыл бұрын
The best video about navigation on youtube! Can you explain when use push, pushReplacement, pushAndRemoveUntil? GL
@monadmantis7472
@monadmantis7472 4 жыл бұрын
your tutorials are awesome. I have liked this video and subscribed. you are a giant among men!
@shivkumar7496
@shivkumar7496 4 жыл бұрын
Thanks a lot...u explained so well, u saved my time by explaining routing clearly.
@ivan.arenas
@ivan.arenas 4 жыл бұрын
muchas gracias !! !! ! !! !! !! !!! saludos desde colombia
@murtazavohra360
@murtazavohra360 4 жыл бұрын
This is exactly the video I needed Thanks!!
@shivampokhriyal_
@shivampokhriyal_ 4 жыл бұрын
Great tut on Routes :D
@brianmartindunn
@brianmartindunn 4 жыл бұрын
If I wanted to pass multiple named parameters, is there a way to do that? It sounds like all the parameters would need to get packed into a Map and sent in the "arguments" parameter. It would be nice if the calling widget ("First Page" in your example) could see the list of parameters expected by the second widget ("Second Page" in your example). Is there a trick or technique that can achieve this? BTW, great tutorial! Please keep making them.
@Iamnooralibutt
@Iamnooralibutt 4 жыл бұрын
Map or make a class of arguments
@BartWentink
@BartWentink 3 жыл бұрын
@@Iamnooralibutt I'm trying to pass a map, but I get an error that I can't use arguments of type in place of int. How would I rectify this?
@bluecodes5881
@bluecodes5881 4 жыл бұрын
Thanks for such an awesome tutorial!
@RossiMurilo
@RossiMurilo 5 жыл бұрын
Pretty clear! Thanks a lot!
@fakejimhalpert
@fakejimhalpert 4 жыл бұрын
Thank you very much, your tutorial is very great. It will help me a lot for my school project! :)
@kennyho6222
@kennyho6222 2 жыл бұрын
This is great. thank you!
@johncerpa3782
@johncerpa3782 4 жыл бұрын
Great video, man. Thank you so much
@rasan97
@rasan97 2 жыл бұрын
Thank you, kind sir.
@danielduvana
@danielduvana 4 жыл бұрын
This was a perfect tutorial! Thanks!
@FilledStacks
@FilledStacks 5 жыл бұрын
Very helpful tutorial. Thanks for the video.
@AhtramTube
@AhtramTube 4 жыл бұрын
Great tutorial! Thank you!
@csgokul
@csgokul 4 жыл бұрын
Just wow .... Thanks for this awesome tut ...
@BillyMahmood
@BillyMahmood 5 жыл бұрын
Great tutorial, please can you show us how to add route guards?
@Makayasa
@Makayasa 4 жыл бұрын
Well prepared tutorial, love your teching method
@the_one_named_harris
@the_one_named_harris 5 жыл бұрын
Very helpful video! Thanks a lot!
@aguninghamidou9969
@aguninghamidou9969 3 жыл бұрын
very good tutorial
@pikachucod
@pikachucod 5 жыл бұрын
Awesome tutorial. You explained it so well.
@vfthome-yt
@vfthome-yt Жыл бұрын
Thank you!
@zaytoons
@zaytoons 5 жыл бұрын
Thank you so much! Exactly what I was looking for. Keep up the good work! 👍🏻
@dewas6237
@dewas6237 4 жыл бұрын
your channel so help me a lot thanks bro!
@mateenmehmood5675
@mateenmehmood5675 2 жыл бұрын
Awesome Content. Incredible
@Adam-xr6fj
@Adam-xr6fj 4 жыл бұрын
How can this technique be used with BottomNavigationBar?
@fixocsolutions2695
@fixocsolutions2695 4 жыл бұрын
thanks bro helped a lot
@brunopereira9905
@brunopereira9905 5 жыл бұрын
Very nice tutorial man! Helped me a looot.
@ResoCoder
@ResoCoder 5 жыл бұрын
I'm glad it did!
@thothtrismegistus929
@thothtrismegistus929 5 жыл бұрын
what about fluro package?
@riyoua
@riyoua 4 жыл бұрын
Great Tutorial ... thanks a lot
@aravind.a
@aravind.a 3 жыл бұрын
Really awesome tutorial on flutter navigation 👍🎉🔥
@jmbartho1
@jmbartho1 4 жыл бұрын
Great video thanks!
@chrisp267
@chrisp267 5 жыл бұрын
Great stuff! Thanks!
@munasikder1548
@munasikder1548 3 жыл бұрын
great tutorial.. Thanks...........
@ThomazMartinez
@ThomazMartinez Жыл бұрын
After 4 years is this still best?
@aytunch
@aytunch 5 жыл бұрын
Hi Matej, Thanks for bringing this subject up. It cleared a lot of confusions for us:) One request. Can you make a followup video on how we would pass data back when popping the page or multiple nested pages? And How would we manage a nested Page tree situation where we can go from a->b->c or a->c directly and from c->b->a or c->a directly. Should we do a scenario like this using bloc?
@dimitristotsios2292
@dimitristotsios2292 5 жыл бұрын
flutter.dev/docs/cookbook/navigation/returning-data#nope-button see the answers here as a start point.
3 жыл бұрын
great tutorial! one thing though: the error page example is a little artificial, if an argument is of a wrong type, you rather want an early error as it is a bug, the error page would mask this. also a class with a singe static function is still just a function, it doesn’t really matter where you put it.
@BURN-ADDiCT
@BURN-ADDiCT 3 жыл бұрын
Guard clause
@FranciscoJunior29
@FranciscoJunior29 5 жыл бұрын
Great! Thank you!
@sanathnherath
@sanathnherath 5 жыл бұрын
very helpful, thanks
@sephyshen2510
@sephyshen2510 5 жыл бұрын
very helpful video. thank you RC.
@shashanksm6327
@shashanksm6327 3 жыл бұрын
Great videos , keep up the good work :)
@abdechahidihya5360
@abdechahidihya5360 4 жыл бұрын
I love you man.
@skorp5677
@skorp5677 4 жыл бұрын
Final version: 9:00
@bioscopetales
@bioscopetales 2 жыл бұрын
Thanks buddy
@adnankazi9572
@adnankazi9572 4 жыл бұрын
Perfect video just wanted to know how to i use Navigator.popUntil(context,pageRoute) using this method i am getting error
@MrProgrammer101
@MrProgrammer101 2 жыл бұрын
You can't
@syedmuheeb2409
@syedmuheeb2409 4 жыл бұрын
Can u show this in future builder which returns list view builder binder with json data when one list tile is tapped it should return the details page of that particular parent item!
@eron.amorim
@eron.amorim 4 жыл бұрын
Great tutorial! Just one question... If my add do have 3 or more pages, it'll be '/second/third' or just '/third' ??
@marielxenovia3062
@marielxenovia3062 4 жыл бұрын
Just /third.
@Luca-re3ve
@Luca-re3ve 2 жыл бұрын
very good tutorial, how should i proceed if i have first page and second in 2 different files?
@IreshDissanayakaM
@IreshDissanayakaM 5 жыл бұрын
thank you!
@JM-ip9fe
@JM-ip9fe 4 жыл бұрын
Cool
@MrLefteris3000
@MrLefteris3000 2 жыл бұрын
Hello, Great tutorial!!! I am using the first method you explained in your video, the problem is I want to pass a List of names, how would i do that? thanks in advance!!!
@angelofopa
@angelofopa 4 жыл бұрын
Thanks
@mahmudulhasanfarhan156
@mahmudulhasanfarhan156 2 жыл бұрын
Awesome tutorial. But I have one question, If I want to access the second page by typing the URL on the browser (not by clicking on the Button), how to write the route name and pass the arguments?
@ayushpgupta6243
@ayushpgupta6243 5 жыл бұрын
Easiest to understand routing
@lindermannla
@lindermannla 5 жыл бұрын
Greate tutorial! Thnxz!
@brunofrancosentis5148
@brunofrancosentis5148 2 жыл бұрын
thanks!
@rammehar5531
@rammehar5531 3 жыл бұрын
Hi, please make a video on Navigator 2.0 with real world example! It will be highly appreciated
@ricksondpenha
@ricksondpenha 4 жыл бұрын
Hi can you make a video on navigator 2.0...
@chiragsolanki8864
@chiragsolanki8864 2 жыл бұрын
Nice Explanation Brother, One Small question by using this approach how we can get data back from next screen. e.g If I want to get some data in first screen while user come back from next screen.
@341414
@341414 4 жыл бұрын
Thank you for this beautiful video training. What'ss about onUnknownRoute?
@TheHiHiker
@TheHiHiker 5 жыл бұрын
Awesome thanks
@paulohenriquepereiraolivei5510
@paulohenriquepereiraolivei5510 4 жыл бұрын
Very nice
@WorstDeveloper
@WorstDeveloper 4 жыл бұрын
This was really helpful. I will implement it in my application. Is this way still the recommended approach?
@ecarlosbc
@ecarlosbc 3 жыл бұрын
Worked perfect for me, but i had to cast the variable args to pass values to the screen: final args = settings.arguments as Map;
@Magarovv
@Magarovv 4 жыл бұрын
What is your extension of theme? please... I thinked so beautiful
@KittehBit
@KittehBit 5 жыл бұрын
Love the tutorial and also your font and color scheme for VSCode! Could you share what font and color thing that is? :3
@Malaq4822
@Malaq4822 2 жыл бұрын
u found it?
@kiliandanckaerts702
@kiliandanckaerts702 7 ай бұрын
the font is Fira Code
@imransefat8770
@imransefat8770 3 жыл бұрын
what about multiple types of arguments?
@user-mz4kk7ry2v
@user-mz4kk7ry2v 5 жыл бұрын
thank you :)
@kubecon
@kubecon 4 жыл бұрын
I like your VS Code theme and font. Mind sharing it. 😊
@kiliandanckaerts702
@kiliandanckaerts702 7 ай бұрын
the font is Fira Code
@balaganesh3440
@balaganesh3440 5 жыл бұрын
Awesome...
@altevircneto
@altevircneto 5 жыл бұрын
awesome!
@vathnadev5570
@vathnadev5570 5 жыл бұрын
Nice!
@FranzSchwanauer
@FranzSchwanauer 4 жыл бұрын
Thank you for your flutter tutorials. They are helpful. How do you implement popUntil to get to HOME no matter how many routes are on the navigation stack. Please respond with example code.
@holaahora7527
@holaahora7527 3 жыл бұрын
And how can I do to pass multiple data? Or even a custom class that I created? Thanks!
@harrazmasri2805
@harrazmasri2805 Жыл бұрын
awesome
@subramaniams5589
@subramaniams5589 5 жыл бұрын
can you also elaborate how to pass multiple data using namedRoute.. That would be better! Thanks!
@ResoCoder
@ResoCoder 5 жыл бұрын
Just wrap it in a class or a Map.
@subramaniams5589
@subramaniams5589 5 жыл бұрын
@@ResoCoder Navigator.of(context).pushNamed(Routes.ROUTE_OTP, arguments: {'ACCOUNT_ID': accountID, 'USER_NAME': emailOrMobile}); ==== This above worked out! Thanks:)
Flutter UI Testing with Patrol
41:26
Reso Coder
Рет қаралды 1,5 М.
Intro to Flutter Navigation & Routes | Navigator 1.0 and 2.0
12:36
Learn Flutter with Me
Рет қаралды 14 М.
How To Choose Mac N Cheese Date Night.. 🧀
00:58
Jojo Sim
Рет қаралды 115 МЛН
Do you love Blackpink?🖤🩷
00:23
Karina
Рет қаралды 23 МЛН
Flutter Riverpod Tutorial - The Better Provider
41:26
Reso Coder
Рет қаралды 85 М.
Top 30 Flutter Tips and Tricks
6:50
Flutter Mapp
Рет қаралды 572 М.
Flutter Tutorial for Beginners #23 - Maps & Routing
12:39
Net Ninja
Рет қаралды 273 М.
Top 12 Flutter Tips & Tricks
9:32
Fireship
Рет қаралды 271 М.
Flutter GoRouter Tutorial - Easy Navigation Tutorial using GoRouter
17:37
Flutter Navigation - Routes in Flutter
44:53
Johan Jurrius
Рет қаралды 11 М.