iroh_android/pubspec.yaml
2025-07-07 21:20:53 -04:00

31 lines
703 B
YAML

name: iroh_sync_flutter
description: A Flutter app for Iroh sync.
publish_to: 'none'
version: 1.0.0+1
environment:
# This is correct for the modern folder structure
sdk: '>=3.0.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
flutter_rust_bridge: 2.10.0
permission_handler: ^11.3.1
path_provider: ^2.1.2
dev_dependencies:
flutter_test:
sdk: flutter
build_runner: ^2.3.3
flutter_lints: ^2.0.0
# This configuration is correct.
flutter_rust_bridge:
rust_input: "crate::api"
rust_root: "rust/"
# This should point to the FOLDER name. The tool will create it.
dart_output: "lib/bridge_generated"
c_output: "rust/src/bridge_generated.h"