burst_icon_button 0.2.0
burst_icon_button: ^0.2.0 copied to clipboard
A customizable Flutter widget that creates a burst effect when an icon button is tapped or long-pressed. Perfect for adding engaging animations to your app's buttons.
0.2.0 #
Features #
- burstCount: Spawn multiple burst icons per tap (default 1)
- burstDistance: Configurable vertical travel distance (default 100.0)
- burstCurve: Custom animation curve (default
Curves.easeOut)
Bug Fixes #
- Timer disposal: Fix timer not being cancelled in
dispose() - Controller disposal: Fix animation controllers in
_iconslist not being disposed on widget dispose - WidgetState: Replace deprecated
WidgetStatewith simple boolean - mounted check: Add
mountedguard beforesetStatein animation listener
Improvements #
- Add comprehensive doc comments to all public API members
- Add 11 unit tests
- Migrate to
flutter-packagesmonorepo
0.1.38 #
- Previous release from
flutter_interactionsrepository