Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 782 Bytes

CHANGELOG.md

File metadata and controls

30 lines (23 loc) · 782 Bytes

[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