mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-19 08:16:41 +08:00
This is necessary as this source file actually requires the bound C ffi types to link against Opaque from web_ffi. However, the analyzer doesn't trigger inclusion of web_ffi in the generated bindings file, links against dart:ffi instead, and trips.
19 lines
573 B
Markdown
19 lines
573 B
Markdown
# 4.2.6
|
|
* Fix analyzer errors, fix code style to adhere to Dart standards.
|
|
|
|
# 4.2.5
|
|
* Implemented batching of render commands, reducing the number of draw calls. 60/120fps for 100 Spineboys on all platforms.
|
|
|
|
# 0.0.4
|
|
* Clean-up `fromAsset()` factory methods so the atlas comes before skeleton data file name.
|
|
* Rename `Vector2` to `Vec2`.
|
|
* Make the bundle configurable in `SpineWidget.asset()`.
|
|
|
|
# 0.0.3
|
|
* Lower macOS deployment target to 10.11.
|
|
|
|
# 0.0.2
|
|
* Fix package name in build system `spine_flutter` > `esotericsoftware_spine_flutter`.
|
|
|
|
# 0.0.1
|
|
Initial test release. |