forked from phanvantai/public_address_wallet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
46 lines (33 loc) · 844 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
43
44
45
46
name: public_address_wallet
description: A package to get verified public address from wallet using WalletConnect protocol v1.
version: 0.0.6
homepage: https://walletconnect.org/
repository: https://github.com/phanvantai/public_address_wallet
issue_tracker: https://github.com/phanvantai/public_address_wallet/issues
environment:
sdk: ">=2.16.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
# WebSocket Channel
web_socket_channel: ^2.1.0
# Cryptography
cryptography: ^2.0.5
# URL Launcher
url_launcher: ^6.0.12
# UUID
uuid: ^3.0.6
# Hex
convert: ^3.0.1
# JSON Annotation
json_annotation: ^4.4.0
# Stack trace
stack_trace: ^1.10.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^1.0.4
# JSON Serialization
json_serializable: ^6.1.4
# Build runner
build_runner: ^2.1.7