-
Notifications
You must be signed in to change notification settings - Fork 22
/
pubspec.yaml
33 lines (29 loc) · 937 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
name: walletconnect_qrcode_modal_dart
description: Provides UI for DApps to easily connect to a supported Wallet apps
through open WalletConnect protocol.
version: 0.4.3
repository: https://github.com/nextchapterstudio/walletconnect_qrcode_modal_dart
issue_tracker: https://github.com/nextchapterstudio/walletconnect_qrcode_modal_dart/issues
environment:
sdk: ">=2.15.1 <4.0.0"
flutter: ">=1.17.0"
dependencies:
async: ^2.11.0
cached_network_image: ^3.2.3
flutter:
sdk: flutter
flutter_cache_manager: ^3.3.0
json_annotation: ^4.8.1
qr_flutter: ^4.1.0
url_launcher: ^6.1.11
walletconnect_dart: ^0.0.11
dev_dependencies:
build_runner: ^2.4.4
flutter_lints: ^2.0.1
flutter_test:
sdk: flutter
json_serializable: ^6.7.0
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter.
flutter: null