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,8 @@
## 0.3.0
- **REFACTOR**: rename ThermionFlutterTexture->PlatformTextureDescriptor.
- **FEAT**: create separate createTexture and createTextureAndBindToView interface methods.
## 0.2.1-dev.20.0
- Bump "thermion_flutter_platform_interface" to `0.2.1-dev.20.0`.

View File

@@ -1,7 +1,7 @@
name: thermion_flutter_platform_interface
description: A common platform interface for the thermion_flutter plugin.
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"
@@ -11,7 +11,7 @@ dependencies:
flutter:
sdk: flutter
plugin_platform_interface: ^2.1.0
thermion_dart: ^0.2.1-dev.20.0
thermion_dart: ^0.3.0
dev_dependencies:
flutter_test: