forked from RootSoft/walletconnect-dart-sdk
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpubspec.yaml
39 lines (29 loc) · 804 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_dart
description: Open protocol for connecting decentralised applications to mobile wallets with QR code scanning or deep linking.
version: 0.0.11
homepage: https://walletconnect.org/
repository: https://github.com/RootSoft/walletconnect-dart-sdk
issue_tracker: https://github.com/RootSoft/walletconnect-dart-sdk/issues
environment:
sdk: ">=2.14.0 <3.0.0"
dependencies:
# WebSocket Channel
web_socket_channel: ^2.1.0
# UUID
uuid: ^3.0.5
# Cryptography
cryptography: ^2.0.5
# Hex
convert: ^3.0.1
# JSON Annotation
json_annotation: ^4.4.0
# Stack trace
stack_trace: ^1.10.0
shared_preferences: ^2.0.13
dev_dependencies:
# Testing framework
test: ^1.20.1
# JSON Serialization
json_serializable: ^6.1.4
# Build runner
build_runner: ^2.1.7