How To Use Go Router 12 In Your Flutter Web App (2024).

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 ก.ย. 2024
  • Ready to take your Flutter web app to the next level? In this comprehensive tutorial, we dive into the latest features of Go Router 12 and explore how to seamlessly integrate it into your Flutter web projects.
    -------------------------------
    Project Source Code:- github.com/vai...
    -------------------------------
    go_router package :- pub.dev/packag...
    -------------------------------
    Website:- vaibhavchandolia.info
    Instagram:- / vaibhav_1306
    #FlutterWeb #GoRouter12 #WebDevelopment #DartLang #MobileAppDev #ProgrammingTutorial #TechTutorials #CrossPlatform #FrontendDev #CodeTutorial #FlutterTips #WebAppRouting #AppDevelopment #CodingTips #DevCommunity #SoftwareDevelopment #LearnToCode #TechInnovation #DeveloperLife #routes #gorouter #flutterrouting #flutter web #routing #namedroutes #webrouting #GoRouter

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

  • @AnastacioFN
    @AnastacioFN 2 หลายเดือนก่อน +1

    first: thank you for the explanation! second: thanks for the music! u helped me with my morning anxiety

  • @Ashvin55
    @Ashvin55 8 วันที่ผ่านมา

    Kya baat hai! 💯

  • @Ashvin55
    @Ashvin55 8 วันที่ผ่านมา

    That window is taken straight outta Apple Vision Pro lol

  • @developerritesh
    @developerritesh 5 หลายเดือนก่อน +2

    Great explanation ❤❤
    Thank you so much sir🙏

  • @Abdullah_ahmed_shekhMohamed
    @Abdullah_ahmed_shekhMohamed 6 หลายเดือนก่อน +1

    thanks bro nice explanation.

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

    Bro everything is working perfectly fine in debug mode all routes are working perfectly, but after deploying in when i try to open a specific route other than / this initial route i get 404 page not found error how to fix

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

      I think you will have to use /#/ before initial route

  • @RohitGupta-ps1tf
    @RohitGupta-ps1tf 3 หลายเดือนก่อน

    can you please explain what is the difference between using pagebuilder or normal builder and goNamed vs push.

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

    what about shell route bro, many people suggets to use ShellRoute so should we use shellroute or not and can u please make an video about redirect functionality with Go Router please using any state management if possible

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

      I have told about redirect method in the video . so basically redirect gets triggered every time there is update in the navigation , you also get the current navigation state over there from which you can get route path name and its details . also from redirect method you can return a path and it will take you to that path .

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

      i think shell route is a good way to handle complex nested routing But mostly routing can easily done with basic go router

  • @user-ug5oo6su4k
    @user-ug5oo6su4k 7 หลายเดือนก่อน

    i have an issue i have 3 screen lets say ScreenA , ScreenB, ScreenC. all these 3 screens have some api which is called in initstate with function. now when i use .push to navigate from screenA to ScreenB or ScreenB to C the api from Previous screens also get hit.

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

      You can use provider for that.

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

      Or if you want to hit api on going back then you can use .then function in push