🧭📱 Navigation & Routes • Flutter Tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ม.ค. 2025
  • 🥷🏽 Follow me • / createdbykoko / createdbykoko / createdbykoko / mitchkoko
    🎓 Flutter Beginner Course • • 📱 FULL Flutter Beginne...
    📞 Book a Call • mitchkoko.gumr...
    💌 Email • mitchell.h.koh@gmail.com
    ❤️ Buy me a coffee • buymeacoffee.c...
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 59

  • @createdbykoko
    @createdbykoko  ปีที่แล้ว +5

    💬 Chat App w/ Notifications • mitchkoko.gumroad.com/l/ChatAppMasterclass
    📱 Flutter Masterclass • mitchkoko.app/
    🔥 I'm coding a startup.. www.patreon.com/mitchkoko

  • @michaelhashimoto1650
    @michaelhashimoto1650 9 หลายเดือนก่อน +7

    So clear & concise, your videos are saving me!

    • @createdbykoko
      @createdbykoko  7 หลายเดือนก่อน

      Haha saving you!? You are the one doing the learning and coding so good job ❤️ what are u making anyway?

  • @Mfbzai
    @Mfbzai 9 หลายเดือนก่อน +2

    Mitch always up to date than another channel.

  • @youssefhelwa8312
    @youssefhelwa8312 ปีที่แล้ว +5

    Great video Mitch! Could you talk more about implementing nested routes in bottom navigation bars? I feel like that is a complicated topic that isn't much talked about

  • @lemonyhawkheadlines7753
    @lemonyhawkheadlines7753 4 หลายเดือนก่อน +1

    Brilliant, clear and obvious instructions

    • @createdbykoko
      @createdbykoko  4 หลายเดือนก่อน

      @@lemonyhawkheadlines7753 glad i could help! ❤️

  • @tsp8695
    @tsp8695 ปีที่แล้ว +2

    Loves the videos man, thanks! Your tutorials are very clear and understandable! Do you think you could perhaps make a tutorial on State-Management/Riverpod, I don't think there are many clear tutorials on that subject here on TH-cam. Would really appreciate that! Or could you make a beginners State-management/Riverpod Handbook?

  • @Zim_88
    @Zim_88 ปีที่แล้ว +10

    Just an idea for future lessons:
    It would be great if you made a lesson, or a series of lessons how to customize Theme, ColorScheme.
    If necessary, adjust the colors in one place instead of looking for them in the widget tree. Work with dynamic colors.

  • @daniillebedev5697
    @daniillebedev5697 ปีที่แล้ว +2

    Hi, i really love ur videos its very useful. As an idea for future videos:
    1)tutorial how to use Navigator 2.0
    2) Video about architecture in flutter, such as feature-first or layer-first

  • @craigpearson4622
    @craigpearson4622 ปีที่แล้ว +1

    🏆 Champion Mitch👍 … just like the Matildas….inspirational 👏

  • @AlexCJava
    @AlexCJava 10 หลายเดือนก่อน

    Your video really helped me! Thank you so much!

  • @21izah
    @21izah ปีที่แล้ว

    Great never tried this, will see if it works when you separate your logic from your UI.. 💜

  • @ThePilli41
    @ThePilli41 ปีที่แล้ว

    Tank you Mitch, cant wait for another part. Btw what do you think about GoRouter?

  • @christiandarvs
    @christiandarvs ปีที่แล้ว +7

    Which one is better to use? with or without named routes? I checked Flutter's official documentation, and they don't recommend using named routes.

    • @Zim_88
      @Zim_88 ปีที่แล้ว +2

      Yes, this part:
      "Although named routes can handle deep links, the behavior is always the same and can’t be customized. When a new deep link is received by the platform, Flutter pushes a new Route onto the Navigator regardless where the user currently is.
      Flutter also doesn’t support the browser forward button for applications using named routes. For these reasons, we don’t recommend using named routes in most applications."

    • @ergocardinal9585
      @ergocardinal9585 2 หลายเดือนก่อน

      ​@@Zim_88so what are we supposed to do? They only tell us what not to do......😢

  • @kennedymutugi3740
    @kennedymutugi3740 ปีที่แล้ว

    The video was awesome .
    we need a video on state management

    • @createdbykoko
      @createdbykoko  ปีที่แล้ว

      Here it is th-cam.com/video/uQuxrZE2dqA/w-d-xo.html

  • @MrIMacro
    @MrIMacro ปีที่แล้ว

    Amazing, could you please help me with my app?
    it consists of 12 pages, what is the best and easiest way to build it? do i have create all the pages and buttons manually like you did?

  • @Strong256
    @Strong256 ปีที่แล้ว

    Hey Mitch, do we have to put a forward slash for routes?

  • @oussamasbisiane4544
    @oussamasbisiane4544 ปีที่แล้ว

    always a like before watching

  • @bukunmiogunsola9446
    @bukunmiogunsola9446 หลายเดือนก่อน

    Thank you

  • @pearlekezie
    @pearlekezie 3 หลายเดือนก่อน

    How do you make your apps so beautiful?❤

  • @selindoga
    @selindoga 4 หลายเดือนก่อน

    You are king. Just so you know. 🙏🙏🙏🙏

  • @AnnDara-do9hk
    @AnnDara-do9hk 6 หลายเดือนก่อน

    Thank you so much

  • @oladipupobalogun5567
    @oladipupobalogun5567 ปีที่แล้ว

    Awesome videos as always.
    Please I have a problem, I am working on building an automated Attendance System using Qr code for my school project, I have a few setbacks:
    1. I used a bottomNavbar it has three pages(Home, Course list, and Menu) I have two users(Student and teacher) they both have different screens for the home and course list but share the same menu page.
    -- how do i arrange them or set them so that when you are on the student screen it shows everything student and vice versa (for the home and course list).
    2. I used the qr_flutter package to generate qrcode but it only accepts a string.
    -- I want to pass multiple arguments like (name:???, age:???) and be able to manipulate them when I scan.
    Thank you👍

  • @deracketclub1695
    @deracketclub1695 7 หลายเดือนก่อน

    Does this also works when making a bluetooth connection to a device and then switching screens? I guess the connection is lost then.

  • @AaronaireAaronz
    @AaronaireAaronz ปีที่แล้ว

    Hey I have a question. I saw you programming in dart. I thought I must use python or Java for appp development?

  • @ezra3585
    @ezra3585 11 หลายเดือนก่อน

    Even though I do the same steps my screen background comes as black when it's supposed to be gray. Is there a way to solve this

  • @OBAMUSIC
    @OBAMUSIC 8 หลายเดือนก่อน

    Please the link to the book

  • @cruisejay1991
    @cruisejay1991 5 หลายเดือนก่อน

    Where’s the link for the book please

  • @ettiolayinka6262
    @ettiolayinka6262 ปีที่แล้ว

    pls show us how to send notifications with flutter

  • @aadinoyis
    @aadinoyis ปีที่แล้ว

    Awesome 🎉

  • @mohammedmuzammil7060
    @mohammedmuzammil7060 ปีที่แล้ว

    Wheres the book?

  • @raghadfahad211
    @raghadfahad211 5 หลายเดือนก่อน +1

    ur the best

    • @createdbykoko
      @createdbykoko  4 หลายเดือนก่อน

      thanks. hope it helped u

  • @sketchionic6356
    @sketchionic6356 ปีที่แล้ว

    Danke

  • @salahayyad9798
    @salahayyad9798 8 หลายเดือนก่อน

    How the home page leading appbar icon clicked and return u to intropage when code has nothing

    • @XyzboltXyz
      @XyzboltXyz 7 หลายเดือนก่อน

      That's added by default by flutter itself

  • @hiraishaque9266
    @hiraishaque9266 2 หลายเดือนก่อน

    how i can get this book

  • @rawandaudi4368
    @rawandaudi4368 6 หลายเดือนก่อน

    how to navigate from one page to whatsapp through link ?

  • @Omnipotent-0216
    @Omnipotent-0216 4 หลายเดือนก่อน

    where is the app link ?

  • @waqaryounus4479
    @waqaryounus4479 ปีที่แล้ว

    I didn't find the link of book please share it

    • @createdbykoko
      @createdbykoko  ปีที่แล้ว

      mitchkoko.gumroad.com/l/FlutterBeginnerHandbook

  • @boluwatifedavidadanla9776
    @boluwatifedavidadanla9776 ปีที่แล้ว

    How did you navigate without declaring the initial routes ?

    • @Strong256
      @Strong256 ปีที่แล้ว

      Navigator.of(context).push(MaterialPageRoute((context)=> const IntroPage())); or something similar

    • @Strong256
      @Strong256 ปีที่แล้ว

      I'm gonna start using routes because they are way simpler

  • @rajarshipalshanker8216
    @rajarshipalshanker8216 8 หลายเดือนก่อน

    I'm getting error while adding pages in routes. It shows an error: invalid constant value
    How to solve this error?
    Please help!!!!!!

  • @mindblower113
    @mindblower113 ปีที่แล้ว

    You should definitely show how to use go router becuse flutter suggests it

  • @ilovemacross
    @ilovemacross ปีที่แล้ว

    Your videos are awsome, you can talk about design? In mobile applications ,etc. I can learn easily flutter, but design is so hard to init studies or something like that. Thanks! Good video.

  • @HousseinDroubi-o9i
    @HousseinDroubi-o9i 7 หลายเดือนก่อน +1

    Hey, good.

  • @mohammedalhinawy8238
    @mohammedalhinawy8238 ปีที่แล้ว

    💜

  • @mohammedalhinawy8238
    @mohammedalhinawy8238 ปีที่แล้ว

    🫡

  • @fasilaj857
    @fasilaj857 ปีที่แล้ว

    is there a way to write a fallback 404 route if you typed the wrong spelling or try to navigate to a non existing page?
    @createdbykoko