mirror of
https://github.com/aljazceru/breez-sdk-liquid.git
synced 2025-12-24 01:14:22 +01:00
* Generate Dart bindings * flutter_rust_bridge has relative path issues with this new approach introduced in 2.0.0-dev.38, we'll be using the default rust_output path until it's addressed.
39 lines
929 B
YAML
39 lines
929 B
YAML
name: flutter_breez_liquid_example
|
|
description: Demonstrates how to use the flutter_breez_liquid plugin.
|
|
publish_to: 'none'
|
|
version: 1.0.0+1
|
|
|
|
environment:
|
|
sdk: '>=3.0.0 <4.0.0'
|
|
flutter: ">=3.10.0"
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
|
|
flutter_rust_bridge: ">=2.0.0-dev.38"
|
|
flutter_breez_liquid: ^0.1.0
|
|
# When depending on this package from a real application you should use:
|
|
# flutter_breez_liquid: ^x.y.z
|
|
# See https://dart.dev/tools/pub/dependencies#version-constraints
|
|
# The example app is bundled with the plugin so we use a path dependency on
|
|
# the parent directory to use the current plugin's version.
|
|
# path: ../
|
|
bip39: ^1.0.6
|
|
flutter_secure_storage: ^9.2.2
|
|
mobile_scanner: ^5.1.1
|
|
path_provider: ^2.1.3
|
|
qr_flutter: ^4.1.0
|
|
intl: ^0.19.0
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
|
|
flutter_lints: ^4.0.0
|
|
|
|
flutter:
|
|
|
|
uses-material-design: true
|
|
assets:
|
|
- assets/icons/ |