Skip to content

Releases: Jamalianpour/easy_sidemenu

v 0.6.0

17 Mar 12:07
Compare
Choose a tag to compare

What's Changed

  • fix: fix width not being returned on 2nd load by @Coder-Manuel in #61
  • fix: fix width not being returned on 2nd load for open and compact mode by @aditya113141 in #67
  • Update side_menu_item.dart - typo in the function isSameWidget() by @aditya113141 in #68
  • fix: Issue 50 + added safeSetState + Disposal of HandleChange listener by @aditya113141 in #69
  • fix: Issue #70 - No static in global + hassle free Multi SideMenu support + Segregated controller from global +Animated Container issue by @aditya113141 in #71
  • Added Expansion Items and fixed blinking of sideMenu by @aditya113141 in #76
  • Added Hamburger Icon by @aditya113141 in #77
  • Improved Linting + Made Hamburger Menu Optional + Improved Example and README by @aditya113141 in #79

New Contributors

Full Changelog: 0.5.0...0.6.0

v 0.5.0

27 Jul 15:15
Compare
Choose a tag to compare

What's Changed

  • Braking: priority has been removed from SideMenuItem
  • builder has been changed and now can use any widget as SideMenuItem
  • adding the possibility to use other ways to navigate, example by @nimr77 in #28
  • Add iconWidget property by @daoxve in #33
  • solved issue : #42 : Badge import conflict by @hemangjoshi37a in #43
  • feat: add selectedHoverColor property by @sr1ch1 in #52
  • fix: avoid text wrap in menu item animation by @sr1ch1 in #53
  • chore: update package versions by @sr1ch1 in #54
  • Fix issue #46: the width is not properly calculated when the widget is drawn a second time by @rodrigomb81 in #58

New Contributors

Full Changelog: 0.4.0...0.5.0

v 0.4.0

16 Sep 16:28
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.3.0...0.4.0

v 0.3.0

26 May 20:39
Compare
Choose a tag to compare

What's Changed

  • Add listener to SideMenuDisplayMode changed

  • Add toggle button to open and compact sidemenu

  • Refactor based on flutter_lints by @myConsciousness in #8

Full Changelog: 0.2.0...0.3.0

v 0.2.0

14 Mar 17:05
Compare
Choose a tag to compare

add badge support to the sidemenu

change IconData to Icon for more flexibility (#1)

v 0.1.1+1

22 Aug 10:36
Compare
Choose a tag to compare

First release of easy_sidemenu