chore(release): publish packages

- thermion_dart@0.1.2
 - thermion_flutter_ffi@0.1.0+10
 - thermion_flutter_web@0.0.2
 - thermion_flutter@0.1.1+11
 - thermion_flutter_platform_interface@0.1.0+10
This commit is contained in:
Nick Fisher
2024-07-11 19:00:36 +08:00
parent 6e5627f90e
commit f8c6c33269
11 changed files with 80 additions and 14 deletions

View File

@@ -1,3 +1,7 @@
## 0.1.0+10
- **FIX**: web/JS bool checks need to compare to int.
## 0.1.0+9
- Update a dependency to the latest release.

View File

@@ -1,7 +1,7 @@
name: thermion_flutter_ffi
description: An FFI interface for the thermion_flutter plugin (all platforms except web).
repository: https://github.com/nmfisher/thermion_flutter/thermion_flutter
version: 0.1.0+9
version: 0.1.0+10
environment:
sdk: ">=3.3.0 <4.0.0"
@@ -22,8 +22,8 @@ dependencies:
flutter:
sdk: flutter
plugin_platform_interface: ^2.1.0
thermion_flutter_platform_interface: ^0.1.0+9
thermion_dart: ^0.1.1+5
thermion_flutter_platform_interface: ^0.1.0+10
thermion_dart: ^0.1.2
dev_dependencies:
flutter_test: