- Removed
uses-material-design: true
from pubspec.yaml
- Null safety
- Update documentation
- Specify a velocity with Sprung.custom().
Sprung.criticallyDamped
and other named instances are static finals instead of getters.
- Remove cupertino_icons dependency
- GitHub Actions test now uses
stable
branch
- Migrate to using the built in Flutter physics simulation.
- Add test cases and streamline tests for Next.
- Added preview API to next.dart.
- Decrease test epsilon (error) to
1e-6
.
- Improved inline docs.
- Added inline documentation.
- Typo.
- One more time with feeling!
- Are you happy with my image links yet, pub?
- Fix image links in README.md
- Adjusted project layout to meet pub requirements. Added CHANGELOG.md and dedicated example folder.
- Initial release. Tested and stable.