forked from WalletConnect/WalletConnectFlutterV2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
40 lines (36 loc) · 841 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: walletconnect_flutter_v2
description: WalletConnect v2 client made in dart for flutter.
version: 2.0.6
repository: https://github.com/WalletConnect/WalletConnectFlutterV2
environment:
sdk: ">=2.18.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
web_socket_channel: ^2.3.0
http: ^0.13.5
cryptography: ^2.0.5
convert: ^3.0.1
json_annotation: ^4.8.0
pointycastle: ^3.6.2
x25519: ^0.1.1
bs58: ^1.0.2
ed25519_edwards: ^0.3.1
# json_rpc_2: ^3.0.2
event: ^2.1.2
stream_channel: ^2.1.0
shared_preferences: ^2.0.17
universal_io: ^2.0.4
stack_trace: ^1.10.0
web3dart: ^2.5.1
dev_dependencies:
flutter_test:
sdk:
flutter
build_runner: ^2.0.0
json_serializable: ^6.5.3
dependency_validator: ^3.2.2
mockito: ^5.3.2
eth_sig_util: ^0.0.9
build_version: ^2.0.0
flutter_lints: ^2.0.0