lum_ccc_fplugin/pubspec.yaml

41 lines
880 B
YAML

name: ccc_cryptography
description: "Copius Cipher Chain Cryptography"
publish_to: 'none'
version: 0.2.1
environment:
sdk: ^3.10.1
flutter: '>=3.3.0'
dependencies:
flutter:
sdk: flutter
plugin_platform_interface: ^2.1.8
flutter_rust_bridge: 2.11.1 # pinned to match codegen version in frb_generated.dart, 2.12.0 is not compatible at this time
freezed_annotation: ^3.1.0
meta: ^1.17.0 #1.18.2 latest not allowed because of compatibility issues with other dependencies
dev_dependencies:
ffi: ^2.2.0
flutter_test:
sdk: flutter
flutter_lints: ^6.0.0
build_runner: ^2.13.1
freezed: ^3.2.5
integration_test:
sdk: flutter
flutter:
plugin:
platforms:
android:
ffiPlugin: true
ios:
ffiPlugin: true
linux:
ffiPlugin: true
macos:
ffiPlugin: true
windows:
ffiPlugin: true