Skip to content
This repository has been archived by the owner on Jan 19, 2023. It is now read-only.

Latest commit

 

History

History
44 lines (28 loc) · 884 Bytes

CHANGELOG.md

File metadata and controls

44 lines (28 loc) · 884 Bytes

1.0.2

  • Null safety
  • Changed the children count requirement to 1 from 2

1.0.1

  • Fixes bug with alignment
  • Added the posibility to modify the FAB border

1.0.0

  • Added alignment property, allowing to align the FAB in the screen (See #5)
  • Fixes animation errors in landscape orientation (See #9)
  • Added the ability to access the state to open/close the menu programatically

BREAKING

  • Removed child property
  • options renamed to children
  • Removed controller property
  • onDisplayChanged signature changed to void Function (bool isOpen)

0.1.5

  • #4 Added FabCircularMenuController to open/close the menu programatically

0.1.4

  • #7 Add Close Color option and open/close change callback

0.1.3

  • Bugfixes
  • Improved animation

0.1.2

  • Fixes multiple tickers error

0.1.1

  • Added an example

0.1.0

  • First functional release.