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:
Nick Fisher
2025-07-03 12:56:51 +08:00
parent 75590c5dde
commit 3d072594b5
11 changed files with 193 additions and 13 deletions

View File

@@ -1,3 +1,10 @@
## 0.3.0
> Note: This release has breaking changes.
- **REFACTOR**: rename ThermionFlutterTexture->PlatformTextureDescriptor.
- **BREAKING** **FEAT**: rename thermion_flutter_ffi package to thermion_flutter_method_channel.
## 0.2.1-dev.20.0
- Bump "thermion_flutter_ffi" to `0.2.1-dev.20.0`.

View File

@@ -1,7 +1,7 @@
name: thermion_flutter_method_channel
description: Desktop + mobile implementation for texture creation + registration with Flutter.
repository: https://github.com/nmfisher/thermion_flutter/thermion_flutter
version: 0.2.1-dev.20.0
version: 0.3.0
environment:
sdk: ">=3.3.0 <4.0.0"
@@ -23,8 +23,8 @@ dependencies:
flutter:
sdk: flutter
plugin_platform_interface: ^2.1.0
thermion_flutter_platform_interface: ^0.2.1-dev.20.0
thermion_dart: ^0.2.1-dev.20.0
thermion_flutter_platform_interface: ^0.3.0
thermion_dart: ^0.3.0
logging: ^1.2.0
dependency_overrides:
thermion_dart: