Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 1.23 KB

CHANGELOG.md

File metadata and controls

37 lines (29 loc) · 1.23 KB

[0.4.0]

  • 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

[0.3.2]

  • Fix delete menu from widget tree - #15
  • Add alwaysShowFooter

[0.3.1]

  • Fix null exception on onDisplayModeChanged
  • Fix WidgetsBinding.instance null checker in flutter 3

[0.3.0]

  • Add listener to SideMenuDisplayMode changed
  • Add toggle button to open and compact sidemenu
  • Refactor code by myConsciousness - #8

[0.2.1]

  • Support RTL languages
  • Add decoration to SideMenuStyle
  • Fix initialPage bug

[0.2.0]

  • Add badge support to the sidemenu
  • Change IconData to Icon for more flexibility

[0.1.1+1]

  • Add demo to readme

[0.1.1]

  • Add readme to package

[0.1.0]

  • First release