chore(release): publish packages

- thermion_dart@0.2.0-dev.8.0.0
 - thermion_flutter@0.2.0-dev.8.0.0
 - thermion_flutter_ffi@0.2.0-dev.8.0.0
 - thermion_flutter_platform_interface@0.2.0-dev.8.0.0
 - thermion_flutter_web@0.1.0-dev.8.0.0
This commit is contained in:
Nick Fisher
2024-10-02 16:50:41 +08:00
parent 4f012662e6
commit 021180dbe3
11 changed files with 146 additions and 14 deletions

View File

@@ -1,3 +1,12 @@
## 0.2.0-dev.8.0.0
- **REFACTOR**: continual refactor to support multiple render targets.
- **FEAT**: camera and resizing improvements.
- **FEAT**: support multiple ThermionWidget on Android.
- **FEAT**: use imported texture on iOS.
- **FEAT**: working implementation of multiple widgets on macos.
- **FEAT**: add rendering check to ThermionWidget ticker.
## 0.2.0-dev.7.0
- Update a dependency to the latest release.

View File

@@ -1,6 +1,6 @@
name: thermion_flutter
description: Flutter plugin for 3D rendering with the Thermion toolkit.
version: 0.2.0-dev.7.0
version: 0.2.0-dev.8.0.0
homepage: https://thermion.dev
repository: https://github.com/nmfisher/thermion
@@ -17,10 +17,10 @@ dependencies:
plugin_platform_interface: ^2.0.0
ffi: ^2.1.2
animation_tools_dart: ^0.0.4
thermion_dart: ^0.2.0-dev.7.0
thermion_flutter_platform_interface: ^0.2.0-dev.7.0
thermion_flutter_ffi: ^0.2.0-dev.7.0
thermion_flutter_web: ^0.1.0-dev.7.0
thermion_dart: ^0.2.0-dev.8.0.0
thermion_flutter_platform_interface: ^0.2.0-dev.8.0.0
thermion_flutter_ffi: ^0.2.0-dev.8.0.0
thermion_flutter_web: ^0.1.0-dev.8.0.0
logging: ^1.2.0
web: ^1.0.0