spritewidget 2.0.1 spritewidget: ^2.0.1 copied to clipboard
SpriteWidget is an open source toolkit for building complex, high performance animations and 2D games with Flutter.
Changelog #
2.0.1 #
- Fixes minor issues for pub.dev to be happier.
2.0.0 #
- Null-safety.
- Updates documentation.
- Makes SpriteWidget APIs more in-line with modern Dart/Flutter practises.
- Support for web and desktop.
- Bug fixes and pull requests from the community.
- Brings demos up-to-date.
0.9.24 #
- Cleans up directory structure.
- Fixes EffectLine.
0.9.23 #
- Lowers required Flutter version.
0.9.22 #
- Lowers the Dart requirement to support generation of docs at pub.dev.
0.9.21 #
- BREAKING CHANGE: Renames Action classes to Motion. This is to avoid conflicts with the new Flutter Action class.
- Fixes compatibility issues with latest Flutter version.
- Updates documentation to reflect new changes.