-
New Features
- Add expansion item ->
SideMenuExpansionItem
- Add Hamburger Icon #77
- Add expansion item ->
-
Fix: width not being returned on 2nd load #61
-
Refactor codes
- Braking: priority has been removed from
SideMenuItem
- builder has been changed and now can use any widget as
SideMenuItem
- Fix some performance issue
- Fix issue #46: the width is not properly calculated when the widget is drawn a second time - #58
- Fix error on builder - #39
- Update readme
- Fix Badge error on flutter 3.7.0
- Custom builder available for
SideMenuItem
- Fix SideMenu dispose - #29
- Custom collapse breakpoint feature - #17
- Add tooltip to
SideMenuItem
- #20 - Change
SideMenuItem
title to optional - #24 - Fix issue SideMenu doesn't show when navigation back and forth - #27
- Add trailing widget to
SideMenuItem
- Fix delete menu from widget tree - #15
- Add alwaysShowFooter
- Fix null exception on
onDisplayModeChanged
- Fix
WidgetsBinding.instance
null checker in flutter 3
- Add listener to
SideMenuDisplayMode
changed - Add toggle button to open and compact sidemenu
- Refactor code by myConsciousness - #8
- Support RTL languages
- Add
decoration
toSideMenuStyle
- Fix initialPage bug
- Add badge support to the sidemenu
- Change IconData to Icon for more flexibility
- Add demo to readme
- Add readme to package
- First release