flashing_widget 1.0.0
flashing_widget: ^1.0.0 copied to clipboard
A customizable Flutter widget that creates a flashing animation effect before executing a callback function.
Changelog #
1.0.0 2024-01-XX #
Added #
- Initial release of FlashingWidget package
- Customizable flash duration and count
- beforeFlashing callback support
- Smooth opacity animations
- Example app with multiple use cases
- Comprehensive documentation
- Unit tests
- Backward compatibility with FlashingWidgetScreen (deprecated)
Features #
- Flash animation with configurable parameters
- Gesture detection and handling
- Memory leak prevention with proper disposal
- Widget lifecycle management