Skip to content

Animated-bottom-navigation-bar-flutter MaterialRoute navigation #24

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
RoyalCoder88 opened this issue Sep 30, 2021 · 1 comment
Closed

Comments

@RoyalCoder88
Copy link

How to use animated-bottom-navigation-bar-flutter with MaterialRoute for navigation to other screens? I tried but unsuccessfully :(
It's possible, can you guys provide an example? Thanks in advance!

@vizhan-lanars
Copy link
Collaborator

Yes, it is (e.g. nested Navigator):

Scaffold(
     appBar: _buildFlowAppBar(),
     body: Navigator(
       key: _navigatorKey,
       initialRoute: widget.setupPageRoute,
       onGenerateRoute: _onGenerateRoute,
     ),
 );

https://flutter.dev/docs/cookbook/effects/nested-nav

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants