spine_core 0.3.5 spine_core: ^0.3.5 copied to clipboard
The spine-core runtime provides functionality to load and manipulate Spine skeletal animation data using Dart.
0.1.0 #
- Initial version, created by Junji Takakura
0.2.0 #
- Update to support Dart 2
0.3.0 #
- Nullsafety support(thanks to @signmotion)
0.3.1 #
- More support for null safety(thanks to @signmotion)
0.3.2 #
- Fixed getAttachment null(thanks to @phamconganh)
- Fixed exception when load animation plus some nullsafety(thanks to @signmotion)
- Fixed lint issues
0.3.3 #
- Adding support for formats exported by (maybe?) old version of spine(thanks to @code-monad)
0.3.4 #
- Update the minimum SDK version
- Fix a warning for code formatting
0.3.5 #
- Remove deprecated experimental invariant_booleans lint rule
- Fixed cast exception to Int into animation(thanks to @hautvfami)