forked from simolus3/web3dart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
39 lines (35 loc) · 881 Bytes
/
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
name: web3dart
description: Dart library to connect to Ethereum clients. Send transactions and interact with smart contracts!
version: 2.3.3
homepage: https://github.com/simolus3/web3dart
environment:
sdk: '>=2.12.0 <3.0.0'
dependencies:
# code generation for contracts, shouldn't be imported outside of lib/src/builder/
build: ^2.0.0
build_config: ^1.0.0
dart_style: ^2.0.0
code_builder: ^4.0.0
path: ^1.8.0
built_collection: ^5.0.0
pointycastle:
git:
url: https://github.com/jbdtky/pc-dart.git
ref: master
convert: ^3.0.0
meta: ^1.1.0
http: ^0.13.0
js: ^0.6.3
uuid: ^3.0.1
typed_data: ^1.1.6
stream_channel: ^2.0.0
stream_transform: ^2.0.0
json_rpc_2: ^3.0.0
collection: ^1.14.11
dev_dependencies:
async: ^2.8.2
build_runner: ^2.0.3
build_test: ^2.1.0
web_socket_channel: ^2.0.0
test: ^1.9.0
coverage: ^1.0.1