mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
[flutter] 4.2.9 release.
This commit is contained in:
parent
73fe7de64d
commit
57221ec063
@ -1,3 +1,6 @@
|
|||||||
|
# 4.2.8
|
||||||
|
* Fix atlas parsing.
|
||||||
|
|
||||||
# 4.2.8
|
# 4.2.8
|
||||||
* Change reversed positional argument order in `SpineWidget` constructors.
|
* Change reversed positional argument order in `SpineWidget` constructors.
|
||||||
|
|
||||||
|
|||||||
@ -225,7 +225,7 @@ class _SpineWidgetState extends State<SpineWidget> {
|
|||||||
if (widget._assetType == AssetType.drawable) {
|
if (widget._assetType == AssetType.drawable) {
|
||||||
loadDrawable(widget._drawable!);
|
loadDrawable(widget._drawable!);
|
||||||
} else {
|
} else {
|
||||||
loadFromAsset(widget._bundle, widget._skeletonFile!, widget._atlasFile!, widget._assetType);
|
loadFromAsset(widget._bundle, widget._atlasFile!, widget._skeletonFile!, widget._assetType);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -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.2.8
|
version: 4.2.9
|
||||||
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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user