fab_circular_menu 1.0.2 fab_circular_menu: ^1.0.2 copied to clipboard
A Flutter package to create a nice circular menu using a Floating Action Button.
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 tochildren
- Removed
controller
property onDisplayChanged
signature changed tovoid 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.