-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpubspec.yaml
49 lines (46 loc) · 1.07 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
name: terra_dart_sdk
description: TerraDart is the Dart Implementation of Terra.js, the TypeScript Library for developing on Terra Luna. Library For Flutter & Dart Applications
version: 1.0.9
homepage: https://github.com/TerraMystics
repository: https://github.com/TerraMystics/terra-dart
documentation: "https://docs.terra.money/"
funding:
- https://www.patreon.com/dangerchcovich
platforms:
android:
ios:
linux:
macos:
web:
windows:
environment:
sdk: ">=2.18.0 <3.0.0"
dependencies:
path: ^1.8.0
buffer: ^1.1.1
http: ^0.13.5
bech32: ^0.2.1
bip32: ^2.0.0
bip39: ^1.0.6
decimal: ^2.2.0
crypto: ^3.0.2
secp256k1: ^0.3.0
validated: ^2.0.0
protobuf: ^2.1.0
hash: ^1.0.4
injector: ^2.0.0
grpc: ^3.1.0
proto_annotations: ^2.1.2
json_annotation: ^4.7.0
random_string_generator: ^2.0.0
pointycastle: ^3.6.2
terra_dart_keys: ^1.1.4
terra_dart_sdk_extensions: ^1.0.5
terra_dart_sdk_protos: ^1.0.2
protobuf_google: ^0.0.1
terra_rest: ^1.0.3
dev_dependencies:
lints: ^2.0.0
test: ^1.16.0
build_runner: ^2.3.2
json_serializable: ^6.5.4