Procházet zdrojové kódy

[flutter] Update README.md, 4.2.10 release

Mario Zechner před 2 roky
rodič
revize
1cf035caad

+ 3 - 0
spine-flutter/CHANGELOG.md

@@ -1,3 +1,6 @@
+# 4.2.10
+* Update README.md to point to Junji's Dart-only Spine runtime.
+
 # 4.2.9
 # 4.2.9
 * Fix atlas parsing.
 * Fix atlas parsing.
 
 

+ 2 - 0
spine-flutter/README.md

@@ -4,6 +4,8 @@ The spine-godot runtime provides functionality to load, manipulate and render [S
 
 
 # See the [spine-flutter documentation](https://esotericsoftware.com/spine-flutter) for in-depth information.
 # See the [spine-flutter documentation](https://esotericsoftware.com/spine-flutter) for in-depth information.
 
 
+The `spine_flutter` package name was previously used to publish the [Spine Flutter Runtime in plain Dart](https://github.com/jtakakura/spine_flutter/) by Junji Takakura. Junji has kindly transferred the package name to us and is now publishing his Dart-only Spine Flutter Runtime under the package name [spine_flutter_dart](https://pub.dev/packages/spine_flutter_dart).
+
 ## Licensing
 ## Licensing
 
 
 You are welcome to evaluate the Spine Runtimes and the examples we provide in this repository free of charge.
 You are welcome to evaluate the Spine Runtimes and the examples we provide in this repository free of charge.

+ 1 - 1
spine-flutter/pubspec.yaml

@@ -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.9
+version: 4.2.10
 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