forked from RootSoft/algorand-dart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
59 lines (42 loc) · 1 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
name: algorand_dart
description: Unofficial community SDK to interact with the Algorand network, for Dart & Flutter
version: 1.0.0
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
cryptography: ^2.0.2
# SHA512/256
crypto: ^3.0.1
# Base32
base32: ^2.1.1
# Convert
convert: ^3.0.1
# Easily work with bytes
buffer: ^1.1.1
# Equatable
equatable: ^2.0.3
# JSON Annotation
json_annotation: ^4.3.0
# Equality
collection: ^1.15.0
# HTTP & REST
dio: ^4.0.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.19.3
# Build Runner & Source Generation
build_runner: ^2.1.4
# Linter
pedantic: ^1.11.0
# JSON Serialization
json_serializable: ^6.0.1