flutter_spring_animation 0.1.0 copy "flutter_spring_animation: ^0.1.0" to clipboard
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 analyze 0 issues.

0.0.1 - 2023-01-01 #

Added #

  • Initial release of flutter_spring_animation.
  • SpringAnimation with customizable damping/stiffness.
  • SpringController for imperative control.
  • SpringAnimationBuilder for declarative usage.
  • Presets and support for custom velocity/targets.
  • Comprehensive docs, examples, and full test coverage.
  • Compatibility with Flutter 3.10.0+.
1
likes
160
points
117
downloads

Publisher

verified publisherbechattaoui.dev

Weekly Downloads

A Flutter package for creating smooth spring-based animations with customizable damping, stiffness, and velocity parameters.

Repository (GitHub)
View/report issues

Topics

#animation #spring #physics #ui #flutter

Documentation

API reference

Funding

Consider supporting this project:

github.com

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on flutter_spring_animation