gallery
gallery copied to clipboard
Add an example of Material BottomNavigationBar with navigation
We don't have any demos of navigation using BottomNavigationBar in the gallery (for instance something showing https://material.io/design/components/bottom-navigation.html#behavior).
The BottomNavigationBar demo itself shows the Scaffold body doing animations. Add another demo that uses BottomNavigationBar with Navigators.
And see https://github.com/flutter/flutter/issues/31483
flutter/flutter#31483 might be a bigger task than this. This is just for having a demo that does any interactions with (a single) Navigator based on internal survey response.
Such an example was added to the NavigationBar API doc in https://github.com/flutter/flutter/pull/98440. It would be easy to create a version for BottomNavigationBar.