stryder-dev / flutter_platform_widgets

Target the specific design of Material for Android and Cupertino for iOS widgets through a common set of Platform aware widgets
MIT License
1.57k stars 171 forks source link

Material 3 NavigationBar #421

Closed alxlion closed 1 year ago

alxlion commented 1 year ago

The PlatformAppBar uses the BottomNavigationBar from Material 2.

But If you use Material 3 in the Flutter app (by setting useMaterial3: true), NavigationBar should be used.

aqwert commented 1 year ago

I have put that in and it is up 4.0.0-beta.2.