Flutter Navigator 2.0 Tutorial for Beginners - Go Router

Поділитися
Вставка
  • Опубліковано 3 лис 2022
  • In this video, we are going to take a look at GoRouter, a package based on Navigator 2.0 API. It will allow users to manage complex routing in Flutter Apps, handle deep and dynamic links. We will also take a look at redirecting the users when they come on a particular page, handle errors like when the user navigates to page which doesn't exist.
    Prerequisites: Flutter & Dart Basics
    📌 Discord Server: / discord
    Special Thanks: ‪@aadhiarun2230‬
    Resources:
    pub.dev/packages/go_router
    www.kodeco.com/28987851-flutt...
    Connect With Me Here:
    Instagram: / optimalcoding
    GitHub: github.com/rivaanranawat
    Linkedin: / rivaan-ranawat
    Facebook: / rivaan.ranawat
    Mail: namanrivaan@gmail.com
    Medium: / namanrivaan
    Twitter: / ranawatrivaan
    #flutter #dart #router

КОМЕНТАРІ • 79

  • @RivaanRanawat
    @RivaanRanawat  Рік тому +20

    Comprehensive Tutorial on Riverpod will be released next week!

  • @fabsync
    @fabsync Рік тому +1

    as usual... super informative and always practical and to the point!

  • @RoCr7naldo
    @RoCr7naldo Рік тому +5

    Best UA-cam tutorial teacher 🙏

  • @kevinvishal9071
    @kevinvishal9071 Рік тому

    Very useful package. You explained it really well. Thank you so much.

  • @hashankannangara8723
    @hashankannangara8723 Рік тому

    Clear explanation ❤️👊 nice video !

  • @wawansetiawan965
    @wawansetiawan965 Рік тому +1

    why is it that when I go from screen1 to screen2 using goname, and then back to screen1 using context.pop() or using the default app bar I don't go back to screen2 again so I have to open screen3 first then go back to screen1 after that I can go to screen2 again?

  • @yonathanhailemelekot5238
    @yonathanhailemelekot5238 Рік тому

    wow, Impressive tutorial . thank you brohter

  • @user-kw4kp7eq9m
    @user-kw4kp7eq9m Рік тому

    Good job! Thanks you!

  • @debajyotisaha4289
    @debajyotisaha4289 Рік тому

    Is goRouter only useful for using Routes in Flutter Web?

  • @omprakashchauhan970
    @omprakashchauhan970 Рік тому

    Routing doesn't work in production when i type manually in the address bar, also when i refresh its show me page not found but in debug mode works fine everything any idea what's the issue.

  • @codermadushan

    Hey rivan. Thank you for this video. It is very helpful. Can you make a video about how to handle one time onboarding when we use go_router package?

  • @marufhassan634
    @marufhassan634 Рік тому +1

    Awesome video

  • @randomcsguy2065
    @randomcsguy2065 Рік тому +1

    I learnt about Go Router in 11 minute, wowww

  • @harishprasadrajeurs2771

    willpopscope and popscope is not working with goRouter? why

  • @NithinKavali

    Great video. But bro, how did you learn all these concepts? how long did it take?

  • @thelocaldev
    @thelocaldev Рік тому

    Getting a blank page on Hot Reloading the App (checked with other apps Go Router is causing the issue)

  • @susantkumar2889

    Fallback to default route on hot reload.when I save dart file app navigates to the default route. I use go_router.

  • @chind0na
    @chind0na Рік тому +1

    Would you cover Appwrite using Denormalized collections ? Thanks

  • @richardgideon4959
    @richardgideon4959 Рік тому

    The last Instagram project showed me error not bringing you down but. Just keep up the game bro

  • @myhendry
    @myhendry Рік тому

    Can goRouter be used with Streambuilder to determine authentication state and then determine which route (login or main page) to go to?