mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-21 01:36:02 +08:00
[flutter] Release 4.1.8
This commit is contained in:
parent
58887199ca
commit
3dabb07561
@ -1,3 +1,6 @@
|
|||||||
|
# 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.1.7
|
# 4.1.7
|
||||||
* Fix allocation patter for temporary structs on Windows, which resulted in a hard crash without a stack trace on the native side.
|
* Fix allocation patter for temporary structs on Windows, which resulted in a hard crash without a stack trace on the native side.
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
name: spine_flutter
|
name: spine_flutter
|
||||||
description: The official Spine Flutter Runtime to load, display and interact with Spine animations.
|
description: The official Spine Flutter Runtime to load, display and interact with Spine animations.
|
||||||
version: 4.1.7
|
version: 4.1.8
|
||||||
homepage: https://esotericsoftware.com
|
homepage: https://esotericsoftware.com
|
||||||
repository: https://github.com/esotericsoftware/spine-runtimes
|
repository: https://github.com/esotericsoftware/spine-runtimes
|
||||||
issue_tracker: https://github.com/esotericsoftware/spine-runtimes/issues
|
issue_tracker: https://github.com/esotericsoftware/spine-runtimes/issues
|
||||||
@ -8,7 +8,7 @@ documentation: https://esotericsoftware.com/spine-flutter
|
|||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: '>=2.17.6 <4.0.0'
|
sdk: '>=2.17.6 <4.0.0'
|
||||||
flutter: ">=3.16.0 <4.0.0"
|
flutter: ">=3.16.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
flutter:
|
flutter:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user