Files
breez-sdk-liquid/packages/dart/pubspec.yaml
Erdem Yerebasmaz 1695c88d9c Update flutter_rust_bridge to 2.7.0 (#642)
* Suppress no-nullability-completeness errors

* Use 'dart run' instead of the deprecated 'flutter pub run' cmd

* Update flutter_rust_bridge to version 2.7.0

Set flutter_rust_bridge range to ">=2.4.0 <=2.7.0" on Dart plugin.

* Generate Dart bindings

* Update Flutter to latest version

* Update melos to latest version

* Make Flutter plugin compatible with AGP 8.+

- Declare 'namespace' property on module-level build script
  - Change default namespace
  - Remove package name from AndroidManifest
- Bump compileSdkVersion to latest
- Update source and target compatibility

warning: [options] source value 8 is obsolete and will be removed in a future release
warning: [options] target value 8 is obsolete and will be removed in a future release
2025-01-07 14:03:08 +03:00

30 lines
638 B
YAML

name: breez_liquid
description: Dart bindings for the Breez Liquid SDK
version: 0.4.0-rc3
homepage: https://breez.technology
repository: https://github.com/breez/breez-sdk-liquid-dart
publish_to: 'none'
platforms:
android:
ios:
macos:
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.4.0 <=2.7.0"
freezed_annotation: ^2.4.1
logging: ^1.2.0
meta: ^1.12.0 # meta is pinned to version 1.12.0 by integration_test from the flutter SDK.