Files
breez-sdk-liquid/packages/dart/pubspec.yaml
Ross Savage 3ea6b1a9dc Publish Dart and Flutter packages (#356)
* 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>
2024-07-03 17:21:47 +02:00

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.