flutter_physics 0.0.3
flutter_physics: ^0.0.3 copied to clipboard
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.0.3 #
- Bug fix for ASizedBox to normalize size.
0.0.2+1 #
- Update README.md
0.0.2 #
- 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
0.0.1 #
- Initial release.