Files
breez-sdk-liquid/packages/flutter/example/pubspec.yaml
Erdem Yerebasmaz 05689299f0 Update flutter_rust_bridge to 2.0.0-dev.33
Update dependencies to latest & increase the supported range
2024-05-06 14:58:31 +03:00

31 lines
760 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_breez_liquid: ^0.1.0
path_provider: ^2.1.3
# 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: ../
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.2
flutter:
uses-material-design: true