Files
cup_edit/flutter_filament_federated/flutter_filament/pubspec.yaml
Nick Fisher 2b4e4ec490 Merge branch 'feature/native-assets' of github.com:nmfisher/polyvox_filament into feature/native-assets
- prebuilt library zip files now downloaded directly from Cloudflare to
  .dart_tool/dart_filament
- for Windows compatibility, we need to depend on a fork of
  native_toolchain_c (to support linking against non-import libs when
  creating a DLL)
2024-06-09 00:06:09 +10:00

49 lines
1.0 KiB
YAML

name: flutter_filament
description: A Flutter plugin to wrap the Filament rendering engine.
version: 0.7.0
homepage:
environment:
sdk: ">=3.1.0 <4.0.0"
flutter: ">=3.16.0-0.2.pre"
dependencies:
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
vector_math: ^2.1.2
plugin_platform_interface: ^2.0.0
tuple:
ffi:
animation_tools_dart: ^0.0.4
dart_filament:
path: ../../dart_filament
flutter_filament_platform_interface:
path: ../flutter_filament_platform_interface
flutter_filament_ffi:
path: ../flutter_filament_ffi
flutter_filament_web:
path: ../flutter_filament_web
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^1.0.0
flutter:
plugin:
platforms:
android:
pluginClass: FlutterFilamentPlugin
package: app.polyvox.filament
ios:
pluginClass: SwiftFlutterFilamentPlugin
macos:
pluginClass: SwiftFlutterFilamentPlugin
windows:
pluginClass: FlutterFilamentPluginCApi
linux:
pluginClass: FlutterFilamentPlugin