various fixes for publishing all packages to pub.dev

This commit is contained in:
Nick Fisher
2024-06-16 15:03:52 +08:00
parent 19c29adb97
commit 91e41c4eb3
33 changed files with 2599 additions and 484 deletions

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.0.1
version: 0.0.1-pre
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:
path: ../thermion_flutter_platform_interface
thermion_flutter_platform_interface: ^0.0.1-pre
thermion_dart: ^0.0.1-pre2
dev_dependencies:
flutter_test: