[flutter] Release 4.2.18

This commit is contained in:
Mario Zechner 2023-11-26 14:07:05 +01:00
parent c91fbee16b
commit c7d542a1ab
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
# 4.2.18
* Fixes compilation errors due to API change in Flutter 3.16.0, see [this issue](https://github.com/EsotericSoftware/spine-runtimes/issues/2420). **Note**: Depending on this version requires your project to depend on Flutter >= 3.16.0 as well.
# 4.1.8
* Fixes compilation errors due to API change in Flutter 3.16.0, see [this issue](https://github.com/EsotericSoftware/spine-runtimes/issues/2420). **Note**: Depending on this version requires your project to depend on Flutter >= 3.16.0 as well.
# 4.2.17
* Fix allocation patter for temporary structs on Windows, which resulted in a hard crash without a stack trace on the native side.

View File

@ -1,6 +1,6 @@
name: spine_flutter
description: The official Spine Flutter Runtime to load, display and interact with Spine animations.
version: 4.2.17
version: 4.2.18
homepage: https://esotericsoftware.com
repository: https://github.com/esotericsoftware/spine-runtimes
issue_tracker: https://github.com/esotericsoftware/spine-runtimes/issues