PackageTrack
Sign in Get early access

flutter_physics

A Flutter package providing physics-based animations including customizable spring and gravity simulations that can be used both as physics simulations and animation curves.

0.2.0 3.8K downloads/mo #4247 most downloaded on pub.dev sangddn/flutter_physics

What this package is like to depend on

Last release 1 years ago

30 May 2025

Release timing varies

gaps range from 2 weeks to 4 months

Nearly every release is documented

notes for 10 of 10 stable releases

Nothing withdrawn

no release was ever pulled

2 years old

12 releases · first in 2025

0 releases in the last 12 months

see the full history below

Release timeline

12 releases · Jan 2025 to May 2025
2026
Release Pre-release

Releases

latest 12
  1. 0.2.0 30 May 2025
    Release notes
    • BREAKING: Updated all predefined springs to be compatible with Flutter 3.32+ breaking changes to SpringDescription.
    • BREAKING: Bump min Flutter version to 3.32.0 due to underdamped spring physics corrections.
    • Fix: All predefined springs (swift, snap, playful, stern, float, buoyant, fling, slow, bob, boingoingoing) now use correct physics parameters to restore intended behavior after Flutter 3.32 migration.
    • Migration Guide: If you use custom SpringDescription objects with mass ≠ 1 and damping ratio < 1, migrate them using the Flutter migration guide.
    • New: Added ATranslate widget for implicit physics-based translation animations.
    Open source →
  2. 0.1.0 12 Feb 2025
    Release notes
    • Added animateBackWith to PhysicsController for compatibility with new AnimationController API in Flutter 3.29 (master).
    • BREAKING: Bump min Flutter version to 3.27.0.
    Open source →
  3. 0.1.0-dev.0 07 Feb 2025 pre-release

    Nothing published for this version

  4. 0.0.6 07 Feb 2025
    Release notes
    • Use Color.fromARGB instead of Color.from to accommodate Flutter versions before 3.27.0.
    Open source →
  5. 0.0.6+1 07 Feb 2025
    Release notes
    • Update CHANGELOG.md
    Open source →
  6. 0.0.6-dev.0 05 Feb 2025 pre-release

    Nothing published for this version

  7. 0.0.5 27 Jan 2025
    Release notes
    • PhysicsController now implements the AnimationController interface, so it can (really) be used as a drop-in replacement for AnimationController.
    • New methods added to PhysicsController: toggle, animateTo.
    Open source →
  8. 0.0.4 26 Jan 2025
    Release notes
    • Bug fix for PhysicsControllerMulti and PhysicsBuilderMulti.
    Open source →
  9. 0.0.3 22 Jan 2025
    Release notes
    • Bug fix for ASizedBox to normalize size.
    Open source →
  10. 0.0.2 15 Jan 2025
    Release notes
    • Added comprehensive documentation and examples
    • New PhysicsController variants (2D and Multi)
    • New PhysicsAnimatedWidgetBaseState for ImplicitlyPhysicsAnimatedWidget, plus support for PhysicsAnimatedProperty (non-Tween-animated)
    • New ASize, ASwitcher, and AValue widgets
    • New PhysicsBuilder widgets (1D, 2D, Multi)
    • Bug fixes and performance improvements
    Open source →
  11. 0.0.2+1 15 Jan 2025
    Release notes
    • Update README.md
    Open source →
  12. 0.0.1 10 Jan 2025
    Release notes
    • Initial release.
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive