Flutter | GoRouter Stateful Shell Route

preview_player
Показать описание
#flutter #gorouter #navigation
Рекомендации по теме
Комментарии
Автор

Amazing explanation. How can we add animation when switching between tabs?

Like PageView or TabView when we switch tabs, the page slides from one to another. How can we do that in go_router?

vamshiprasad
Автор

I just came to learn something new and realized the perfect structure behind your project, is there any change to get the source code? Not gonna lie, I’m pretty much broke at this time, so that couldn’t investigated for the bootcamps of yours.

emircetinmemis
Автор

What can I do if there is one of the routes in StatefulsShellRoute does not need to preserve the state when that page's icon was clicked on bottom navigation?

tommylee
Автор

Hello,

Do you know if it is possible when you click on Product Details to open a new route and not a Child of home ? I tried to do it but I have an error with the bottom navigation bar

xaocnd
Автор

whhat about side menu in web flutter, as like youtube web, can you make a tutorial about it. really appreciated.

adnanhaider
Автор

Great tutorial! Cna you please tell me how to enable the frame around the currently selected scope? I love the feature!

ThePilli
Автор

How can we make when a user navigates to the 3rd tab, and when the user clicks back, it goes back to where it was (either the 1st or 2nd tab) in android instead of closing the app?

abdimussa
Автор

how user navigating from login screen to the tab navigator screen?

I experimented the same what is shown in tutorial, on Login Tap I used context.go('/home'). I manage to navigate to Home Screen without any tabs being loaded.
Is there a different way to navigate from GoRoute to ShellRoute?

kosalramramakrishnan
Автор

can it be use to create a web dashboard with sidebar?

sianami-es
Автор

Good tutorial but I have a question is it possible to update a particular widget everytime that the user taps in one section? And also keep the state of the other widgets? Thanks!

joseduran
Автор

when i create timer periodic the timer doesnt delete after pop from route

bagusandrewijaya
Автор

Great Tutorial. I cannot get over the "Multiple widgets used the same GlobalKey" Error with the StatefulShellRoute. Did anybody ran into the same issue and could solve it? Any help is highly appreciated

cabgab