flutter_speed_dial_material_design 2.0.0
flutter_speed_dial_material_design: ^2.0.0 copied to clipboard
Flutter plugin to implement a Material Design Speed Dial (https://material.io/components/buttons-floating-action-button/#types-of-transitions)
2.0.0 26/May/2020 #
- Feature added. There are now several new properties available. (by @wbsantos). Colors, Label Position and Screen color overlay
1.2.0 01/Apr/2020 #
- Feature added. Text labels on each action widgets (by @CarlosHJuniior).
1.1.1 24/Jan/2020 #
- Updated README
1.1.0 24/Jan/2020 #
- Added SpeedDialController with unfold() function. You can now unfold manually using the controller.
1.0.6 07/Dec/2019 #
- Bug Fix: useRotation parameter is working correctly now for single child FAB
1.0.5 06/Dec/2019 #
- Runnable example updated
- Comments added regarding fade transition animation for child widgets of FAB
1.0.4 05/Dec/2019 #
- Fixed wrong example gif
- Changed unfold icon on example
1.0.3 05/Dec/2019 #
- Code format using 'flutter format'
- Update description
1.0.0 05/Dec/2019 #
- Initial release.