Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Releases: soemre/draggable_menu

4.4.1

20 Nov 21:01
Compare
Choose a tag to compare

4.4.1 Release

  • Change WillPopScope to PopScope

4.4.0

06 Oct 17:12
Compare
Choose a tag to compare

4.4.0 Release

  • Add smoothScrolling parameter to ScrollableManager. (New Smooth Scrolling Feature)

4.3.0 Release

  • Added the startLevel parameter to the DraggableMenu widget.

  • Changed the DraggableMenu's addValueListener parameter's return value of double? raw to double raw.

  • Added the expandable getter to the CustomDraggableMenu class.

4.3.1

06 Oct 16:07
Compare
Choose a tag to compare

4.3.1 Release

  • Update document
  • Change ScrollableManager's bool? enableExpandedScroll to bool enableExpandedScroll

4.3.0 Release

  • Added the startLevel parameter to the DraggableMenu widget.

  • Changed the DraggableMenu's addValueListener parameter's return value of double? raw to double raw.

  • Added the expandable getter to the CustomDraggableMenu class.

4.3.0

05 Oct 13:39
Compare
Choose a tag to compare

4.3.0 Release

  • Added the startLevel parameter to the DraggableMenu widget.

  • Changed the DraggableMenu's addValueListener parameter's return value of double? raw to double raw.

  • Added the expandable getter to the CustomDraggableMenu class.

4.2.0

04 Oct 15:33
Compare
Choose a tag to compare

4.2.0 Release

  • Add ModularDraggableMenu UI

4.0.0 Release Notes

  • Added DraggableMenuController to manage the DraggableMenu.

  • Added DraggableMenuLevel.ratio to define the DraggableMenu's height with ratio.

  • Removed the defaultHeight parameter of the DraggableMenu widget. (Provide a DraggableMenuLevel to the levels parameter of the DraggableMenu widget instead.)

If you are coming from an early version before the 4.0.0 of the draggable_menu, check out the version 3.0.0 changes before using.

4.1.4

04 Oct 05:35
Compare
Choose a tag to compare

4.1.4 Release

  • Default UI clip behavior bug fix

4.0.0 Release Notes

  • Added DraggableMenuController to manage the DraggableMenu.

  • Added DraggableMenuLevel.ratio to define the DraggableMenu's height with ratio.

  • Removed the defaultHeight parameter of the DraggableMenu widget. (Provide a DraggableMenuLevel to the levels parameter of the DraggableMenu widget instead.)

If you are coming from an early version before the 4.0.0 of the draggable_menu, check out the version 3.0.0 changes before using.

4.1.3

26 Jun 23:16
Compare
Choose a tag to compare

4.1.3 Release

  • The notify status listeners method of the animations is moved inside of the animateTo method.

4.0.0 Release Notes

  • Added DraggableMenuController to manage the DraggableMenu.

  • Added DraggableMenuLevel.ratio to define the DraggableMenu's height with ratio.

  • Removed the defaultHeight parameter of the DraggableMenu widget. (Provide a DraggableMenuLevel to the levels parameter of the DraggableMenu widget instead.)

If you are coming from an early version before the 4.0.0 of the draggable_menu, check out the version 3.0.0 changes before using.

4.1.2

26 Jun 10:48
Compare
Choose a tag to compare

4.1.2 Release

  • Handled the native pop to notify the status listeners as closing.

4.0.0 Release Notes

  • Added DraggableMenuController to manage the DraggableMenu.

  • Added DraggableMenuLevel.ratio to define the DraggableMenu's height with ratio.

  • Removed the defaultHeight parameter of the DraggableMenu widget. (Provide a DraggableMenuLevel to the levels parameter of the DraggableMenu widget instead.)

If you are coming from an early version before the 4.0.0 of the draggable_menu, check out the version 3.0.0 changes before using.

4.1.1

26 Jun 10:21
Compare
Choose a tag to compare

4.1.1 Release

  • Optimized the Value Listeners

4.0.0 Release Notes

  • Added DraggableMenuController to manage the DraggableMenu.

  • Added DraggableMenuLevel.ratio to define the DraggableMenu's height with ratio.

  • Removed the defaultHeight parameter of the DraggableMenu widget. (Provide a DraggableMenuLevel to the levels parameter of the DraggableMenu widget instead.)

If you are coming from an early version before the 4.0.0 of the draggable_menu, check out the version 3.0.0 changes before using.

4.1.0

25 Jun 06:42
Compare
Choose a tag to compare

4.1.0 Release

  • Fixed the blockMenuClosing feature issue

  • Optimized the whole menu code

  • Organized the whole menu code

4.0.0 Release Notes

  • Added DraggableMenuController to manage the DraggableMenu.

  • Added DraggableMenuLevel.ratio to define the DraggableMenu's height with ratio.

  • Removed the defaultHeight parameter of the DraggableMenu widget. (Provide a DraggableMenuLevel to the levels parameter of the DraggableMenu widget instead.)

If you are coming from an early version before the 4.0.0 of the draggable_menu, check out the version 3.0.0 changes before using.