mirror of
https://github.com/aljazceru/breez-sdk-liquid.git
synced 2026-01-12 18:44:22 +01:00
* Publish flutter artifacts and package * Publish dart package * Add LICENCE * Force rm * Don't copy lock files * Fix output directory * Fix podspec name * Pass SWIFT_RELEASE_TOKEN * Fix overrides indentation * Update package version on CMake script Update example dependencies * Depend on dart & flutter packages from git on pubspec files * Correct repository links & add publish_to: 'none' * run just clean && just init * Update README.md * Download framework as part of prepare_command * Use wget, then fallback to curl * Remove redundant .zip suffix on the url * Fix release tag * Add v to tag replacement * Fix podspec version * Copy header file * Downgrade vm_service --------- Co-authored-by: Erdem Yerebasmaz <erdem@yerebasmaz.com>
42 lines
1000 B
YAML
42 lines
1000 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.4.0 <4.0.0'
|
|
flutter: ">=3.10.0"
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
|
|
flutter_rust_bridge: ^2.0.0
|
|
flutter_breez_liquid:
|
|
git:
|
|
url: https://github.com/breez/breez-liquid-sdk-flutter
|
|
# 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
|
|
rxdart: ^0.27.7
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
|
|
flutter_lints: ^4.0.0
|
|
|
|
flutter:
|
|
|
|
uses-material-design: true
|
|
assets:
|
|
- assets/icons/ |