- Changed customization to a builder-based method.
- Left-handed mode added.
- Fixed some minor bugs.
Removed foregroundColor, backgroundColor, closeButtonStyle, expandedFabSize, and others. Use Default/RotateFloatingActionButtonBuilder or FloatingActionButtonBuilder instead.
- Fixed overlap with snackbar.
- Fixed onTap being executed with action button closed
- Allow changing the shape of the FAB.
- Fixed a issue when there is only one child.
- Updated docs.
- Allow changing the size of the FAB.
- Added heroTag parameters.
- Added new event callbacks (afterOpen() / afterClose())
- Fixed a bug with blur on the web.
- Fix issue with FAB not being displayed when overlayStyle is NULL.
- Fix issue with buttons not disappearing on Navigator push
- Adjust button position.
Scaffold(
floatingActionButtonLocation: ExpandableFab.location,
...
- Add programmatic open/close.
- Add overlay fade animation.
- Add overlay.
- Add onOpen/onClose.
- Remove heroTag.
- Initial version.