collapsible_side_menu 2.0.0
collapsible_side_menu: ^2.0.0 copied to clipboard
A Flutter customizable collapsible side menu with sub-menus and text direction features.
Changelog #
1.0.0+1 #
Menu
- set animation duration (open/collapse menu)
- set default menu behaviour
- set min & max width
- set toggle button style
- set menu style
- set default selected index
- add header, footer or custom child widget
- etc.
Tiles
Set default (for all) and/or set for desired tiles :
- unselected/selected background color
- unselected/selected title style
- unselected/selected children (leading, title and trailing) color
- unselected/selected tile decoration
- selected indicator decoration
- horizontal spacing (between leading, title and trailing)
- hover color
- border radius
- tile height
- inner and outer padding
- sub-tiles' default style (can be overridden from desired sub-tiles)
- default sub-tiles' height
- etc.
Sub-tile
Set :
- unselected/selected background color
- unselected/selected title style
- unselected/selected children (leading, title and trailing) color
- unselected/selected sub-tile decoration
- selected indicator decoration
- horizontal spacing (between leading, title and trailing)
- hover color
- border radius
- sub-tile height
- inner and outer padding
- sub-tiles' default style
- etc.
1.0.1 #
- Fixed some directionality issues
- Added Codecov
1.0.2 #
- Fixed toggle button rotation
1.0.3 #
- Fixes and optimizations
- Updated tests
2.0.0 #
- Fixed late initialization errors on
SideMenuControllermembers - Added a header widget which automatically adapts to menu state changes (opened/collapsed)
- Updated the example project
- Added a live demo
- Updated README
- Some other updates (refer to README)
