Mario Zechner 2 жил өмнө
parent
commit
57221ec063

+ 3 - 0
spine-flutter/CHANGELOG.md

@@ -1,3 +1,6 @@
+# 4.2.8
+* Fix atlas parsing.
+
 # 4.2.8
 * Change reversed positional argument order in `SpineWidget` constructors.
 

+ 1 - 1
spine-flutter/lib/spine_widget.dart

@@ -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 - 1
spine-flutter/pubspec.yaml

@@ -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