flutter_radar_animation 1.0.3
flutter_radar_animation: ^1.0.3 copied to clipboard
A customizable Flutter package for radar sweep animations with various styles, including gradients, shapes, and pulse effects.
1.0.3 #
- Fix key parameter handling in widget constructor
- Improve code formatting
- Fix static analysis warnings
1.0.2 #
- Fix deprecated
withOpacityusage - Improve code formatting and documentation
- Add automated publishing workflow
1.0.1 #
- Fix deprecated
withOpacityusage - Improve code formatting and documentation
- Add automated publishing workflow
1.0.0 #
Initial release with the following features:
- Multiple sweep styles (line, gradient, dotted, double)
- Different radar shapes (circle, square, octagon)
- Customizable circles with adjustable count and color
- Pulse effect with configurable scale and duration
- Gradient sweep with multiple colors
- Fade edges effect
- Reverse animation option
- Adjustable sweep width and speed
- Center dot customization
- Comprehensive test coverage
- Example app with interactive configuration