Spent so many days trying to learn riverpods/gorouter/firebase and this tutorial finally connected it all together for me so thanks!
@ziranshuzhang683128 күн бұрын
I cant believe that such a very common feature, and such feature can be very easily done by React and Vue's embed routing system, is so complicated on Flutter.
@RamSharma-ms6wy Жыл бұрын
can you please share the github repository link.
@cana_3698 ай бұрын
Hello sir, I want to go to profile page by click on btn and navigationbar go on the same time how can i do it with go_ router?
@jotech-bi1cn8 ай бұрын
Hi, thank you for watching. in your button's onPressed function, call context.goNamed(routeNameOfYourProfilePage);
@El7r1ME4 ай бұрын
thank you
@rajufelix3070 Жыл бұрын
very useful
@mahadisrc6 ай бұрын
how do u jump to OTP page to MainScreen? is that context.push('/tab1') or something else?
@jotech-bi1cn6 ай бұрын
No. Use the go_router's redirect feature. You write a logic that will redirect the user to the home page only if it meets your requirement
@GODevDive Жыл бұрын
link to the repo of what you did
@MaheshwaranVelusamy8 ай бұрын
Hi Jobertech, thank you for the amazing video... can u post the code for the follwing files to get the overall view. app_router_listenable.dart app_route_redirect.dart
@jotech-bi1cn8 ай бұрын
Hi, You can see its code from here: kzbin.info/www/bejne/ioTVZ3-tgNNssKM
@MaheshwaranVelusamy8 ай бұрын
@@jotech-bi1cn thank u bro.
@MaheshwaranVelusamy8 ай бұрын
in quick search revealed , refreshListenable will be deprecated soon. In such scenario what would be best approach ? can u please make a video about it.
@sergiofranklin88097 ай бұрын
how to navigate to ScaffoldWithNavBar page?
@jotech-bi1cn6 ай бұрын
you can either Use context.push, context.go the go_router's redirect callback
@sergiofranklin88097 ай бұрын
could you provide github link for this code please?
@umardev5008 ай бұрын
how to remove black space from the bottom of navigation