wave_animation 1.0.4
wave_animation: ^1.0.4 copied to clipboard
A customizable wave animation widget for Flutter with null-safe options. Create beautiful, animated waves with multiple layers, gradient colors, and motion patterns.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.4 - 2026-01-29 #
Fixed #
- Fixed deprecated Color properties (
red,green,blue) - now using.r,.g,.b - Resolved all static analysis warnings
Added #
- Comprehensive dartdoc comments for all public APIs
- Detailed documentation for
WavePainterclass and all its properties - Complete documentation for
WaveMotionPatternenum - Documentation for
WaveWidgetparameters
Changed #
- Improved code documentation coverage to meet pub.dev standards (20%+ requirement)
1.0.2 - 2026-01-21 #
Added #
- Initial release of
wave_animationpackage WaveWidget- Main widget for creating customizable wave animationsWavePainter- Custom painter supporting multiple wave layers with gradient colorsWaveMotionPatternenum with 5 motion patterns- Full null safety support
- Example app and comprehensive documentation