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
NavigationDrawerMenuFrameandNavigationDrawerso it's easy to integrate the menu with your existing scaffold. There are several breaking changes in this build.MenuItemContentnow takes named parameters in the constructor.selectedMenuKeyis no longer aValueNotifier<Key?>. It is a simpleKey?. You must supply a callback toonSelectionChangedto monitor menu changes.highlightColorreplacesgetHighlightColor. For a more complete picture, please take a look at the example.