chore(release): publish packages
- thermion_dart@0.3.0 - thermion_flutter@0.3.0 - thermion_flutter_method_channel@0.3.0 - thermion_flutter_web@0.3.0 - thermion_flutter_platform_interface@0.3.0
This commit is contained in:
@@ -1,3 +1,15 @@
|
||||
## 0.3.0
|
||||
|
||||
> Note: This release has breaking changes.
|
||||
|
||||
- **REFACTOR**: rename ThermionFlutterTexture->PlatformTextureDescriptor.
|
||||
- **FIX**: rename msPerFrame property.
|
||||
- **FEAT**: add FocusNode to ThermionListenerWidget.
|
||||
- **FEAT**: use new createTextureAndBindToView in ThermionTextureWidget.
|
||||
- **BREAKING** **REFACTOR**: move light methods from FilamentViewer to SceneManager/TLightManager and rename clearLights/clearAssets to destroyLights/destroyAssets.
|
||||
- **BREAKING** **FEAT**: remove superseded ThermionWindows widget.
|
||||
- **BREAKING** **FEAT**: rename thermion_flutter_ffi package to thermion_flutter_method_channel.
|
||||
|
||||
## 0.2.1-dev.20.0
|
||||
|
||||
- Bump "thermion_flutter" to `0.2.1-dev.20.0`.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: thermion_flutter
|
||||
description: Flutter plugin for 3D rendering with the Thermion toolkit.
|
||||
version: 0.2.1-dev.20.0
|
||||
version: 0.3.0
|
||||
homepage: https://thermion.dev
|
||||
repository: https://github.com/nmfisher/thermion
|
||||
|
||||
@@ -17,11 +17,11 @@ dependencies:
|
||||
plugin_platform_interface: ^2.0.0
|
||||
ffi: ^2.1.2
|
||||
animation_tools_dart: ^0.1.0
|
||||
thermion_dart: ^0.2.1-dev.20.0
|
||||
thermion_flutter_platform_interface: ^0.2.1-dev.20.0
|
||||
thermion_dart: ^0.3.0
|
||||
thermion_flutter_platform_interface: ^0.3.0
|
||||
thermion_flutter_method_channel:
|
||||
path: ../thermion_flutter_method_channel
|
||||
thermion_flutter_web: ^0.2.0+11
|
||||
thermion_flutter_web: ^0.3.0
|
||||
logging: ^1.2.0
|
||||
web: ^1.0.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user