drag_speed_dial 1.2.0
drag_speed_dial: ^1.2.0 copied to clipboard
Flutter package to implement a FAB and dynamic Material Design Speed Dial, draggable, multi-directional children and much more.
1.2.0 - 2026-01-23 #
Fixed #
- Controller Singleton Pattern: Removed singleton pattern to allow proper state updates on widget rebuild
- Screen Snapping Logic: Fixed
snagOnScreenfeature - now correctly stays in place when enabled, snaps to edges when disabled - Vertical Alignment: Fixed children positioning to correctly appear above or below FAB based on screen location
- Assertion Logic: Updated to allow either
actionOnPressordragSpeedDialChildren(or both) - Mutual Exclusion: Added assertion to prevent both
actionOnPressanddragSpeedDialChildrenfrom being used together
Removed #
- Tooltip Feature: Removed tooltip functionality due to complexity and positioning issues
- Dependencies: Removed
widget_tooltippackage dependency
Improved #
- Documentation: Comprehensive README with multiple usage examples, API reference, and troubleshooting guide
- Code Quality: Better state management and more reliable positioning logic
1.0.0 - 2024-09-12 #
- Fix the exception when we press the button.
0.0.4 - 2024-05-13 #
- Fix infinite animation.
0.0.3 - 2024-05-20 #
- Remove the Just_tool_tip.
0.0.2 - 2024-05-19 #
- Update the Readme.md
0.0.1 - 2024-05-19 #
- Initial release