spine_core 0.3.2 spine_core: ^0.3.2 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