generated from TBD54566975/tbd-project-template
-
Notifications
You must be signed in to change notification settings - Fork 7
/
pubspec.yaml
74 lines (66 loc) · 1.5 KB
/
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
name: didpay
description: A new Flutter project.
publish_to: "none"
version: 0.0.1+1
environment:
sdk: ">=3.5.0 <4.0.0"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
tbdex:
git:
url: https://github.com/TBD54566975/tbdex-dart.git
ref: main
dap:
git:
url: https://github.com/TBD54566975/dap-dart.git
ref: main
auto_size_text: ^3.0.0
collection: ^1.18.0
decimal: ^2.3.3
device_info_plus: ^9.1.2
equatable: ^2.0.5
flutter_hooks: ^0.20.3
flutter_inappwebview: ^6.1.3
flutter_secure_storage: ^9.0.0
hive_flutter: ^1.1.0
hive: ^2.2.3
hooks_riverpod: ^2.4.9
http: ^1.1.2
intl: ^0.19.0
logger: ^2.3.0
mask_text_input_formatter: ^2.9.0
mobile_scanner: ^5.1.1
qr_flutter: ^4.1.0
retry: ^3.1.2
shared_preferences: ^2.2.2
url_launcher: ^6.2.5
webview_flutter: ^4.4.2
web5: ^0.4.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.0
mocktail: ^1.0.2
flutter_launcher_icons: ^0.13.1
json_schema: ^5.1.7
typeid: ^1.0.1
flutter:
uses-material-design: true
fonts:
- family: IBMPlexMono
fonts:
- asset: assets/fonts/IBMPlexMono-Regular.ttf
- asset: assets/fonts/IBMPlexMono-Medium.ttf
weight: 500
- asset: assets/fonts/IBMPlexMono-Bold.ttf
weight: 700
- asset: assets/fonts/IBMPlexMono-SemiBold.ttf
weight: 600
flutter_icons:
android: true
ios: true
image_path: "assets/icon.png"
adaptive_icon_background: "#ffffff"