navigation_drawer_menu 1.0.0-beta copy "navigation_drawer_menu: ^1.0.0-beta" to clipboard
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 and NavigationDrawer 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 a ValueNotifier<Key?>. It is a simple Key?. You must supply a callback to onSelectionChanged to monitor menu changes. highlightColor replaces getHighlightColor. For a more complete picture, please take a look at the example.
27
likes
80
pub points
61%
popularity

Publisher

verified publisherchristianfindlay.com

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.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, material

More

Packages that depend on navigation_drawer_menu