🧭📱 Navigation & Routes • Flutter Tutorial

Sdílet
Vložit
  • čas přidán 12. 08. 2023
  • 💬 Chat App w/ Notifications • mitchkoko.gumroad.com/l/ChatA...
    📱 Flutter Courses • mitchkoko.app/
    👨🏽‍💻 I'm coding a startup.. / mitchkoko
    / createdbykoko
    / createdbykoko
    / createdbykoko
    💰 Book Consultation Call • mitchkoko.gumroad.com/l/CallW...
  • Věda a technologie

Komentáře • 48

  • @createdbykoko
    @createdbykoko  Před 11 měsíci +5

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

  • @Mfbzai
    @Mfbzai Před 3 měsíci +1

    Mitch always up to date than another channel.

  • @Zim_88
    @Zim_88 Před 11 měsíci +8

    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.

  • @youssefhelwa8312
    @youssefhelwa8312 Před 11 měsíci +2

    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

  • @AnnDara-do9hk
    @AnnDara-do9hk Před 19 dny

    Thank you so much

  • @michaelhashimoto1650
    @michaelhashimoto1650 Před 2 měsíci +2

    So clear & concise, your videos are saving me!

    • @createdbykoko
      @createdbykoko  Před měsícem

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

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

    Your video really helped me! Thank you so much!

  • @tsp8695
    @tsp8695 Před 11 měsíci +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 CZcams. Would really appreciate that! Or could you make a beginners State-management/Riverpod Handbook?

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

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

  • @daniillebedev5697
    @daniillebedev5697 Před 11 měsíci +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

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

    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?

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

    always a like before watching

  • @21izah
    @21izah Před 11 měsíci

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

  • @sketchionic6356
    @sketchionic6356 Před 7 měsíci

    Danke

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

    Awesome 🎉

  • @craigpearson4622
    @craigpearson4622 Před 11 měsíci +1

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

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

    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👍

  • @user-qq9uh2ky9k
    @user-qq9uh2ky9k Před 10 měsíci

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

  • @deracketclub1695
    @deracketclub1695 Před měsícem

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

  • @OBAMUSIC
    @OBAMUSIC Před 2 měsíci

    Please the link to the book

  • @kennedymutugi3740
    @kennedymutugi3740 Před 8 měsíci

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

    • @createdbykoko
      @createdbykoko  Před 8 měsíci

      Here it is czcams.com/video/uQuxrZE2dqA/video.html

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

    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

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

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

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

    💜

  • @rawandaudi4368
    @rawandaudi4368 Před 2 dny

    how to navigate from one page to whatsapp through link ?

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

    pls show us how to send notifications with flutter

  • @christiandarvs
    @christiandarvs Před 11 měsíci +5

    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 Před 11 měsíci +1

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

  • @salahayyad9798
    @salahayyad9798 Před 2 měsíci

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

    • @XyzboltXyz
      @XyzboltXyz Před měsícem

      That's added by default by flutter itself

  • @mohammedmuzammil7060
    @mohammedmuzammil7060 Před 7 měsíci

    Wheres the book?

  • @user-kh6rp6yx1j
    @user-kh6rp6yx1j Před měsícem +1

    Hey, good.

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

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

  • @waqaryounus4479
    @waqaryounus4479 Před 8 měsíci

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

    • @createdbykoko
      @createdbykoko  Před 8 měsíci

      mitchkoko.gumroad.com/l/FlutterBeginnerHandbook

  • @rajarshipalshanker8216
    @rajarshipalshanker8216 Před 2 měsíci

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

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

    How did you navigate without declaring the initial routes ?

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

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

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

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

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

    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.

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

    🫡

  • @fasilaj857
    @fasilaj857 Před 8 měsíci

    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