nested_navigation_examples
nested_navigation_examples copied to clipboard
Bottom Navigation Bar with Nested Routes: GoRouter vs Beamer
Hello, I've been exploring the nested_navigation_examples repository and am particularly interested in implementing custom transitions using GoRouter for navigation within the nested structures provided in the examples. Could you provide...
in a web app with beamer, the web browser back button does not work correctly. When I run the beamer version for the web and google chrome, I can switch...
Both of these approaches have issues with nested Scaffolds and ScaffoldMessenger. * Banners appear above AppBar. * Snackbars don't adjust account for FAB buttons. Any suggestions on dealing with these...
I know there was a bug fix that was related to this, the workaround for that was making gorouter a global variable. However, I'm not using MaterialApp, but cuportino app....