Intro to Flutter Navigation & Routes | Navigator 1.0 and 2.0

Sdílet
Vložit
  • čas přidán 28. 07. 2024
  • An introduction to Navigations and Routes in Flutter. Includes push, pop, named routes and a small example of Navigator 2.0.
    00:00 Introduction
    00:50 simple push and pop example
    04:21 named routes
    05:33 Navigator 2.0
    12:00 Outro
    #flutter #learnflutter
    Instagram:
    learnflutterwithme
    Stuff I use for this channel (Affiliate Links)
    SanDisk 1TB SSD amzn.to/3j1U8py
    Elgato Cam Link 4K amzn.to/37EyqBK
    Logitech G600 Mouse amzn.to/36DYFYz
    Logitech G Pro Keyboard amzn.to/3saco38
    Macbook Pro M1 13" amzn.to/36GzbKc
    Neewer Mic Arm amzn.to/3z7RvIm
    Davinci Resolve amzn.to/3erEb9I
    Adobe Photoshop Elements amzn.to/3BkPKth

Komentáře • 31

  • @jiteshkumarsahoo5118
    @jiteshkumarsahoo5118 Před 2 lety +4

    This was the best tutorial on navigation and routing I ever watched. Thanks!

  • @user-vi1fh7go1v
    @user-vi1fh7go1v Před 7 měsíci

    Awesome. Thanks for the walkthrough. --- FYI -- the code works in Dec. 2023. :)

  • @nikolasandreou3347
    @nikolasandreou3347 Před 11 měsíci

    Perfect lesson. I was looking everywhere for a simple straightforward explanation/tutorial. Thank you so much!

  • @noblenetdk
    @noblenetdk Před rokem +1

    I love that you specify the simple solution and make it more refined during the video insted of complicated explanations

    • @LearnFlutterwithMe
      @LearnFlutterwithMe  Před rokem +1

      Yes I always try to break it down to its simplest form first. although I may not always be successful haha! Thanks for watching!

  • @vijaybabaria3253
    @vijaybabaria3253 Před 2 lety +6

    Love your cool and calm teaching style, thank you very much 🙏🏼

  • @user-fu7fn7sv4d
    @user-fu7fn7sv4d Před 6 měsíci

    im native spanish lenguage, and I love your simplest explanation, its boring long videos where the explanation is complicated and unnecesary

  • @basvandenheuvel29
    @basvandenheuvel29 Před 2 lety +5

    ".... 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!

    • @LearnFlutterwithMe
      @LearnFlutterwithMe  Před 2 lety +1

      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-s
    @hi-s Před 2 lety +1

    Clear instructions
    And video editing is awesome cool

  • @senduranravikumar3554
    @senduranravikumar3554 Před 2 lety +1

    these is really great sir.. i was looking for something like this to give whole idea of navigator 1 and 2

  • @MrNeedleslikes2skate
    @MrNeedleslikes2skate Před 2 lety +1

    brother i love your videos! you explain things so simply and so well and keep me from pulling my hair out. much thanks

  • @HammadKhanYT
    @HammadKhanYT Před 2 lety +6

    Routing in flutter 2.0 seems a lot more complicated and involved. Is this any better in performance or otherwise from version 1.0?

  • @nick8292
    @nick8292 Před 2 lety

    Really nice video, thanks a lot.
    subbed

  • @eboatwright_
    @eboatwright_ Před 2 lety

    Very helpful! :D

  • @bringmygroozaaop5864
    @bringmygroozaaop5864 Před rokem

    Your videos are high quality in terms of production ❤

  • @lelandreardon7844
    @lelandreardon7844 Před rokem

    Great video! Hey, at 4:02, what's the widget tree viewer you have on the right? Is it a VSCode extension?

  • @noblenetdk
    @noblenetdk Před rokem

    Why cont you use autorouter - eny drawbacks? I do agree its good to know the basic before we automate things

  • @allaboutpv
    @allaboutpv Před 2 lety +1

    If I am building an app with 8 pages how would I do the navigation on that?

  • @mdmarcaassport
    @mdmarcaassport Před 10 měsíci

    Good

  • @danuthafernando9002
    @danuthafernando9002 Před 2 lety +2

    Good video but yet this solution will get a bit complicated when you have more than two screens to stack on top of another. Maybe you should update this video :D

  • @tubebility
    @tubebility Před 2 lety +1

    Is that a VSCode extension on the right-side/minimap-side of your screen?
    If so, what's the name of it?

  • @faizulla5838
    @faizulla5838 Před 2 lety +1

    stooped lesson , if 5 screens - how I can used false & true ????

  • @veritopian1823
    @veritopian1823 Před rokem

    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.

    • @LearnFlutterwithMe
      @LearnFlutterwithMe  Před rokem +1

      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!

    • @veritopian1823
      @veritopian1823 Před rokem

      @@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. :)

  • @CanCaner163
    @CanCaner163 Před 4 měsíci

    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()