mirror of
https://github.com/aljazceru/breez-sdk-liquid.git
synced 2026-01-24 08:24:20 +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>
30 lines
624 B
YAML
30 lines
624 B
YAML
name: breez_liquid
|
|
description: Dart bindings for the Breez Liquid SDK
|
|
version: 0.1.0
|
|
homepage: https://breez.technology
|
|
repository: https://github.com/breez/breez-liquid-sdk-dart
|
|
publish_to: 'none'
|
|
|
|
platforms:
|
|
macos:
|
|
linux:
|
|
windows:
|
|
android:
|
|
ios:
|
|
|
|
environment:
|
|
sdk: '>=3.4.0 <4.0.0'
|
|
|
|
dev_dependencies:
|
|
build_runner: ^2.4.10
|
|
ffigen: ">=8.0.0 <=11.0.0"
|
|
freezed: ^2.5.3
|
|
lints: ">=2.0.0 <=4.0.0"
|
|
path: ^1.9.0
|
|
test: ^1.25.5
|
|
dependencies:
|
|
ffi: ^2.1.2
|
|
flutter_rust_bridge: ^2.0.0
|
|
freezed_annotation: ^2.4.1
|
|
meta: ^1.12.0 # meta is pinned to version 1.12.0 by integration_test from the flutter SDK.
|