dynamic_navigation_drawer 0.0.5
dynamic_navigation_drawer: ^0.0.5 copied to clipboard
This flutter plugin can be used to render the dynamic navigation drawer, where developer can pass the list of title and icons for the navigation drawer.
0.0.1 #
- This release has whole lot of customization which a developer requires in the navigation drawer
- Future releases coming soon with more customized options
- This plugin has not been tested in iOS so it might have some issue
0.0.2 #
- Code cleanup
0.0.3 #
- Added drawer menu without icon support
- Now developer can pass the Map<String,IconData> or List
0.0.4 #
- Separated the tileListWithIcon and tileListWithoutIcon widget.
- Please refer the example to understand the use of the widget.
0.0.5 #
- Minor warnings fixed as part of this release