navigation_drawer_menu 1.0.0-beta navigation_drawer_menu: ^1.0.0-beta copied to clipboard
Flutter Material Design Navigation Drawer Menu. This package gives you the NavigationDrawerMenu widget which acts like a ListView. The example implements the full Navigation Drawer.
- 0.1.0-beta | Create the package and example
- 0.2.0-beta | Fix the exception: FlutterError Incorrect use of ParentDataWidget
- 1.0.0-beta | Add
NavigationDrawerMenuFrame
andNavigationDrawer
so it's easy to integrate the menu with your existing scaffold. There are several breaking changes in this build.MenuItemContent
now takes named parameters in the constructor.selectedMenuKey
is no longer aValueNotifier<Key?>
. It is a simpleKey?
. You must supply a callback toonSelectionChanged
to monitor menu changes.highlightColor
replacesgetHighlightColor
. For a more complete picture, please take a look at the example.