".... using the 2.0 version for now. We can do this a handful of ways" HOLD ON, don't make me nervous right away! Without jokes, i'm happy i found your channel, great explanation. After watching this video i understand version 1.0 and the first way of using 2.0. Might be because i'm kinda new to Flutter, and haven't watched your next video about 2.0 yet, but for now i feel like the version 1.0 makes more sense to me. Your still a small channel, but keep up the great work and i'll be there (subscribed) to watch you grow!
Thank you! I'm currently working on a nav 2.0 video that should be out next week. I think you'll see it's not too complicated. But 1.0 is still fully supported so if you want to use it you can!
Hi, first vid I've seen of yours. FYI, having to watch you type stuff out to elevator music made me switch off. I couldn't concentrate & gave up. I personally don't want to be watching people typing in a video. It's just a waste of my time. Would be better if you just explained stuff, without the typing, or music, imo. Thx.
Hey Veritopian! I actually started typing everything out because viewers were unhappy that I wasn't giving them enough time to follow along. Maybe I can find a middle ground. Thanks for the feedback!
@@LearnFlutterwithMe TBF it seems to be a thing. Quite a lot of folk do it. It sends me to sleep though lol... I'd say just go thru pre-written code & explain each bit. That ways it's all explanation... Can always hit pause to think. Thanks for the reply. :)
Perfect lesson. I was looking everywhere for a simple straightforward explanation/tutorial. Thank you so much!
This was the best tutorial on navigation and routing I ever watched. Thanks!
I love that you specify the simple solution and make it more refined during the video insted of complicated explanations
Yes I always try to break it down to its simplest form first. although I may not always be successful haha! Thanks for watching!
im native spanish lenguage, and I love your simplest explanation, its boring long videos where the explanation is complicated and unnecesary
Awesome. Thanks for the walkthrough. --- FYI -- the code works in Dec. 2023. :)
Love your cool and calm teaching style, thank you very much 🙏🏼
thank you!
brother i love your videos! you explain things so simply and so well and keep me from pulling my hair out. much thanks
Thank you so much!
".... using the 2.0 version for now. We can do this a handful of ways" HOLD ON, don't make me nervous right away!
Without jokes, i'm happy i found your channel, great explanation. After watching this video i understand version 1.0 and the first way of using 2.0. Might be because i'm kinda new to Flutter, and haven't watched your next video about 2.0 yet, but for now i feel like the version 1.0 makes more sense to me.
Your still a small channel, but keep up the great work and i'll be there (subscribed) to watch you grow!
Thank you! I'm currently working on a nav 2.0 video that should be out next week. I think you'll see it's not too complicated. But 1.0 is still fully supported so if you want to use it you can!
Your videos are high quality in terms of production ❤
these is really great sir.. i was looking for something like this to give whole idea of navigator 1 and 2
Clear instructions
And video editing is awesome cool
Really nice video, thanks a lot.
subbed
Great video! Hey, at 4:02, what's the widget tree viewer you have on the right? Is it a VSCode extension?
did you ever figure it out? would like to use it
Routing in flutter 2.0 seems a lot more complicated and involved. Is this any better in performance or otherwise from version 1.0?
Very helpful! :D
Good
Why cont you use autorouter - eny drawbacks? I do agree its good to know the basic before we automate things
If I am building an app with 8 pages how would I do the navigation on that?
Is that a VSCode extension on the right-side/minimap-side of your screen?
If so, what's the name of it?
No, I add it manually when editing the video.
Oh, I see.
stooped lesson , if 5 screens - how I can used false & true ????
Hi, first vid I've seen of yours.
FYI, having to watch you type stuff out to elevator music made me switch off. I couldn't concentrate & gave up.
I personally don't want to be watching people typing in a video. It's just a waste of my time.
Would be better if you just explained stuff, without the typing, or music, imo. Thx.
Hey Veritopian! I actually started typing everything out because viewers were unhappy that I wasn't giving them enough time to follow along. Maybe I can find a middle ground. Thanks for the feedback!
@@LearnFlutterwithMe
TBF it seems to be a thing. Quite a lot of folk do it. It sends me to sleep though lol...
I'd say just go thru pre-written code & explain each bit. That ways it's all explanation... Can always hit pause to think.
Thanks for the reply. :)
how can I add the back button while I am using pushNamed from routers list, as it auto added that button before with Navigator.push()