gallery icon indicating copy to clipboard operation
gallery copied to clipboard

Add an example of Material BottomNavigationBar with navigation

Open xster opened this issue 6 years ago • 3 comments

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.

xster avatar Apr 22 '19 20:04 xster

And see https://github.com/flutter/flutter/issues/31483

HansMuller avatar Apr 23 '19 15:04 HansMuller

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.

xster avatar Apr 23 '19 17:04 xster

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.

HansMuller avatar Apr 13 '22 14:04 HansMuller