mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 06:29:02 +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
|
||||
* Change reversed positional argument order in `SpineWidget` constructors.
|
||||
|
||||
|
||||
@ -225,7 +225,7 @@ class _SpineWidgetState extends State<SpineWidget> {
|
||||
if (widget._assetType == AssetType.drawable) {
|
||||
loadDrawable(widget._drawable!);
|
||||
} 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
|
||||
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
|
||||
repository: https://github.com/esotericsoftware/spine-runtimes
|
||||
issue_tracker: https://github.com/esotericsoftware/spine-runtimes/issues
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user