sprung 3.0.1 sprung: ^3.0.1 copied to clipboard
Spring curves for Flutter animations. Based on real physics equations with three damping curves.
3.0.1 #
- Removed
uses-material-design: true
from pubspec.yaml
3.0.0 #
- Null safety
2.0.1+1 #
- Update documentation
2.0.1 #
- Specify a velocity with Sprung.custom().
Sprung.criticallyDamped
and other named instances are static finals instead of getters.
2.0.0+13 #
- Remove cupertino_icons dependency
- GitHub Actions test now uses
stable
branch
2.0.0+12 #
- Migrate to using the built in Flutter physics simulation.
1.1.0+11 #
- Add test cases and streamline tests for Next.
1.1.0+10 #
- Added preview API to next.dart.
1.0.0+9 #
- Decrease test epsilon (error) to
1e-6
.
1.0.0+8 #
- Improved inline docs.
1.0.0+7 #
- Added inline documentation.
1.0.0+6 #
- Typo.
1.0.0+5 #
- One more time with feeling!
1.0.0+4 #
- Are you happy with my image links yet, pub?
1.0.0+3 #
- Fix image links in README.md
1.0.0+2 #
- Adjusted project layout to meet pub requirements. Added CHANGELOG.md and dedicated example folder.
1.0.0+1 #
- Initial release. Tested and stable.