-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpubspec.yaml
51 lines (47 loc) · 1.13 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
46
47
48
49
50
51
name: cardano_wallet_sdk
description: Targeting Flutter apps, the Cardano Wallet SDK is a high-level Dart library for managing cryptocurrency accounts & executing transactions on the blockchain.
version: 0.1.0-alpha.12
homepage: https://github.com/reaster/cardano_wallet_sdk
environment:
sdk: ">=2.17.0 <3.4.0"
dependencies:
analyzer: ^5.4.0
blockfrost: ^1.1.0-dev.1
# blockfrost:
# path: ../blockfrost_api
bip32_ed25519: 0.5.0
pinenacl: 0.5.1
crypto: ^3.0.2
base_x: ^2.0.0
built_collection: ^5.1.0
built_value: ^8.1.0
cbor: ^5.0.1
collection: ^1.15.0
convert: ^3.0.0
dio: ^4.0.3
hex: ^0.2.0
intl: ^0.18.0
json_annotation: ^4.5.0
logging: ^1.0.2
oxidized: ^5.1.0
quiver: ^3.0.1+1
typed_data: ^1.3.0
dev_dependencies:
build_runner: ^2.1.5
flutter_lints: ^2.0.0
http: ^0.13.4
json_serializable:
lints: ^2.0.0
mockito: ^5.3.1
test: any
# dependency_overrides:
# pinenacl:
# path: ../pinenacl-dart
# bip32_ed25519:
# path: ../bip32-ed25519-dart
# blockfrost:
# git: git@github.com:reaster/blockfrost_api.git
# path: ../blockfrost_api
flutter:
assets:
- assets/bip39/english.txt