- Null safety
- Changed the children count requirement to 1 from 2
- Fixes bug with alignment
- Added the posibility to modify the FAB border
- 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
- Removed
child
property options
renamed tochildren
- Removed
controller
property onDisplayChanged
signature changed tovoid Function (bool isOpen)
- #4 Added FabCircularMenuController to open/close the menu programatically
- #7 Add Close Color option and open/close change callback
- Bugfixes
- Improved animation
- Fixes multiple tickers error
- Added an example
- First functional release.