flutter_animated_gradients 1.0.0
flutter_animated_gradients: ^1.0.0 copied to clipboard
A beautiful animated gradient background widget for Flutter with customizable colors, animation speed, and 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.0 2024-01-XX #
Added #
- Initial release of AnimatedGradientBackground package
- Support for Linear, Radial, and Sweep gradient types
- Customizable animation duration and curves
- 8 predefined color presets (Sunset, Ocean, Forest, Aurora, Fire, Purple Dream, Tropical, Midnight)
- Multiple linear gradient directions
- Comprehensive documentation and examples
- Full test coverage
- Example app demonstrating all features
Features #
AnimatedGradientBackgroundwidget with full customization optionsGradientTypeenum for different gradient typesLinearGradientDirectionenum for linear gradient directionsGradientPresetsclass with predefined color schemes- Smooth color interpolation animations
- Support for 2+ colors in gradient animations
- Repeat and one-time animation modes
- Customizable animation curves
Technical Details #
- Flutter 3.7+ compatibility
- Dart 3.7+ compatibility
- No external dependencies
- Optimized for performance
- Comprehensive error handling