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,11 +1,12 @@
name: thermion_flutter
description: A Flutter plugin to wrap the Filament rendering engine.
version: 0.7.0
homepage:
description: Flutter plugin for 3D rendering with the Thermion toolkit.
version: 0.0.1
homepage: https://docs.page/nmfisher/thermion
repository: https://github.com/nmfisher/thermion
environment:
sdk: ">=3.1.0 <4.0.0"
flutter: ">=3.23.0"
flutter: ">=3.23.0-0.1.pre"
dependencies:
flutter:
@@ -14,18 +15,12 @@ dependencies:
sdk: flutter
vector_math: ^2.1.2
plugin_platform_interface: ^2.0.0
tuple:
ffi:
ffi: ^2.1.2
animation_tools_dart: ^0.0.4
thermion_dart:
path: ../../thermion_dart
thermion_flutter_platform_interface:
path: ../thermion_flutter_platform_interface
thermion_flutter_ffi:
path: ../thermion_flutter_ffi
thermion_flutter_web:
path: ../thermion_flutter_web
thermion_dart: ^0.0.1-pre2
thermion_flutter_platform_interface: ^0.0.1-pre
thermion_flutter_ffi: ^0.0.1-pre
thermion_flutter_web: ^0.0.1-pre
dev_dependencies:
flutter_test: