flutter_spring_animation 0.1.0
flutter_spring_animation: ^0.1.0 copied to clipboard
A Flutter package for creating smooth spring-based animations with customizable damping, stiffness, and velocity parameters.
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.
Unreleased #
0.1.0 - 2025-12-09 #
Added #
- Example GIF preview in README.
- Funding link in
pubspec.yaml.
Changed #
- SDK constraints to Dart >=3.8 and Flutter >=3.32.
- Pubspec topics ordering for pub.flutter-io.cn compliance.
Fixed #
- Clamped transition values to avoid opacity assertions (including interactive demo).
- Analyzer cleanup across controllers/tests to
flutter analyze0 issues.
0.0.1 - 2023-01-01 #
Added #
- Initial release of
flutter_spring_animation. SpringAnimationwith customizable damping/stiffness.SpringControllerfor imperative control.SpringAnimationBuilderfor declarative usage.- Presets and support for custom velocity/targets.
- Comprehensive docs, examples, and full test coverage.
- Compatibility with Flutter 3.10.0+.