-
Notifications
You must be signed in to change notification settings - Fork 7
/
pubspec.yaml
45 lines (40 loc) · 1.33 KB
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
name: breez_sdk
description: Flutter bindings for the Breez SDK
repository: https://github.com/breez/breez-sdk-flutter
version: 0.6.4
environment:
sdk: '>=3.3.0 <4.0.0'
flutter: ">=3.19.0"
dependencies:
flutter:
sdk: flutter
### flutter_rust_bridge_codegen dependencies
ffi: ^2.1.2 # requires Dart >=3.3.0(Flutter 3.19)
flutter_rust_bridge: ^1.82.6 # breez-sdk requirement
freezed: <2.5.3
freezed_annotation: ^2.4.1
###
rxdart: ^0.28.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^4.0.0
# The following dependencies are required by flutter_rust_bridge_codegen to
# be defined under dev_dependencies to generate Dart files
build_runner: ^2.4.11
ffigen: <10.0.0 # flutter_rust_bridge requirement
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter.
flutter:
# This section identifies this Flutter project as a plugin project.
# The 'pluginClass' and Android 'package' identifiers should not ordinarily
# be modified. They are used by the tooling to maintain consistency when
# adding or updating assets for this project.
plugin:
platforms:
android:
package: com.breez.breez_sdk
pluginClass: BreezSDKPlugin
ios:
pluginClass: BreezSDKPlugin