forked from WalletConnect/WalletConnectFlutterV2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
43 lines (39 loc) · 1014 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
40
41
42
name: walletconnect_flutter_v2
description: This repository contains oficial implementation of WalletConnect v2 protocols for Flutter applications. The communications protocol for web3.
version: 2.1.9
repository: https://github.com/WalletConnect/WalletConnectFlutterV2
environment:
sdk: '>=2.19.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
web_socket_channel: ^2.4.0
http: '>=0.13.0 <1.2.0'
cryptography: ^2.0.5
convert: ^3.0.1
json_annotation: ^4.8.1
pointycastle: ^3.6.2
x25519: ^0.1.1
bs58: ^1.0.2
ed25519_edwards: ^0.3.1
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
logger: ^2.0.2+1
freezed_annotation: ^2.2.0
package_info_plus: ^4.2.0
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
freezed: ^2.4.0