forked from RootSoft/algorand-dart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
62 lines (44 loc) · 1.18 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
52
53
54
55
56
57
58
59
60
61
62
name: algorand_dart
description: Unofficial community SDK to interact with the Algorand network, for Dart & Flutter
version: 0.0.2-beta.8
homepage: https://www.algorand.com
repository: https://github.com/RootSoft/algorand-dart
issue_tracker: https://github.com/RootSoft/algorand-dart/issues
environment:
sdk: '>=2.12.0 <3.0.0'
dependencies:
# Ed25519 - nullsafety
cryptography: ^2.0.2
# SHA512/256 - nullsafety
crypto: ^3.0.0
# Base32 - nullsafety
base32: ^2.0.0
# Convert - nullsafety
convert: ^3.0.0
# Easily work with bytes - nullsafety
buffer: ^1.1.0-nullsafety.0
# Equatable - nullsafety
equatable: ^2.0.0
# JSON Annotation
json_annotation: ^4.0.0
# Equality - nullsafety
collection: ^1.15.0
# HTTP & REST (Update to v4 when stable)
dio: ^4.0.0
#retrofit: ^1.3.4+1
# Messagepack
msgpack_dart: ^1.0.0
# Key Management Daemon API
algorand_kmd: ^1.0.0
built_value: '>=8.0.4 <9.0.0'
built_collection: '>=5.0.0 <6.0.0'
dev_dependencies:
# Testing framework
test: ^1.16.5
# Build Runner & Source Generation
build_runner: ^1.11.5
# Linter
pedantic: ^1.11.0
json_serializable: ^4.0.2
# HTTP REST
#retrofit_generator: ^1.4.1+3