- thermion_dart@0.2.1-dev.21.0 - thermion_flutter@0.2.1-dev.21.0 - thermion_flutter_platform_interface@0.2.1-dev.21.0 - thermion_flutter_ffi@0.2.1-dev.21.0 - thermion_flutter_web@0.2.0+12
51 lines
1.2 KiB
YAML
51 lines
1.2 KiB
YAML
name: thermion_flutter
|
|
description: Flutter plugin for 3D rendering with the Thermion toolkit.
|
|
version: 0.2.1-dev.21.0
|
|
homepage: https://thermion.dev
|
|
repository: https://github.com/nmfisher/thermion
|
|
|
|
environment:
|
|
sdk: ">=3.1.0 <4.0.0"
|
|
flutter: ">=3.23.0-0.1.pre"
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
flutter_web_plugins:
|
|
sdk: flutter
|
|
vector_math: ^2.1.2
|
|
plugin_platform_interface: ^2.0.0
|
|
ffi: ^2.1.2
|
|
animation_tools_dart: ^0.1.0
|
|
thermion_dart: ^0.2.1-dev.21.0
|
|
thermion_flutter_platform_interface: ^0.2.1-dev.21.0
|
|
thermion_flutter_ffi: ^0.2.1-dev.21.0
|
|
thermion_flutter_web: ^0.2.0+12
|
|
logging: ^1.2.0
|
|
web: ^1.0.0
|
|
|
|
dependency_overrides:
|
|
thermion_flutter_ffi:
|
|
path: ../thermion_flutter_ffi
|
|
thermion_flutter_platform_interface:
|
|
path: ../thermion_flutter_platform_interface
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_lints: ^1.0.0
|
|
|
|
flutter:
|
|
plugin:
|
|
platforms:
|
|
android:
|
|
pluginClass: ThermionFlutterPlugin
|
|
package: dev.thermion.android
|
|
ios:
|
|
pluginClass: SwiftThermionFlutterPlugin
|
|
macos:
|
|
pluginClass: SwiftThermionFlutterPlugin
|
|
windows:
|
|
pluginClass: ThermionFlutterPluginCApi
|
|
linux:
|
|
pluginClass: ThermionFlutterPlugin
|