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_platform_interface
description: A common platform interface for the thermion_flutter plugin.
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"
@@ -11,8 +11,7 @@ dependencies:
flutter:
sdk: flutter
plugin_platform_interface: ^2.1.0
thermion_dart:
path: ../../thermion_dart
thermion_dart: ^0.0.1-pre2
dev_dependencies:
flutter_test: