-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpubspec.yaml
More file actions
178 lines (155 loc) · 4.04 KB
/
Copy pathpubspec.yaml
File metadata and controls
178 lines (155 loc) · 4.04 KB
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
name: health_wallet
description: "Open-source, patient-controlled health record app with on-device AI. Aggregates medical data from 52K+ providers via FHIR R4. Offline-first."
publish_to: 'none'
version: 1.2.1+69
environment:
sdk: '>=3.10.7 <4.0.0'
flutter: ">=3.38.0"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
# State Management
flutter_bloc: ^8.1.4
bloc: ^8.1.3
# Dependency Injection
get_it: ^7.6.7
injectable: ^2.3.5
# Code Generation
freezed_annotation: ^2.4.1
json_annotation: ^4.8.1
# Routing
auto_route: ^7.8.4
# Network
dio: ^5.9.2
# Local Storage
drift: ^2.15.0
sqlite3_flutter_libs: ^0.5.20
path_provider: ^2.1.5
shared_preferences: ^2.5.4
# UI
flutter_svg: ^2.2.4
flutter_native_splash: ^2.3.8
flutter_launcher_icons: ^0.14.3
table_calendar: ^3.1.2
# Desktop
qr_flutter: ^4.1.0
bonsoir: ^5.1.0
pointycastle: ^3.9.1
# Utils
intl: ^0.20.2
logger: ^2.0.2+1
package_info_plus: ^8.0.0
equatable: ^2.0.7
google_fonts: ^6.2.1
local_auth: ^2.1.7
reorderable_grid_view: ^2.2.8
url_launcher: ^6.2.5
android_intent_plus: ^5.0.2
fhir_r4: ^0.4.2
file_picker: ^8.3.7
path: ^1.9.1
share_plus: ^11.0.0
network_info_plus: ^6.0.1
mobile_scanner: ^7.2.0
onboarding_overlay: ^3.2.2
fhir_ips_export:
git:
url: ssh://git@git.techstackapps.com:2822/mobile/health-wallet/fhir-ips-export.git
flutter_doc_scanner: ^0.0.18
permission_handler: ^12.0.1
open_file: ^3.5.10
image_picker: ^1.0.7
battery_plus: ^5.0.3
google_mlkit_text_recognition: ^0.15.0
pdfx: ^2.9.2
printing: ^5.13.4
llamadart: ^0.6.8
image: ^4.0.0
background_downloader: ^9.5.4
flutter_pdfview: ^1.4.3
receive_sharing_intent: ^1.8.1
string_similarity: ^2.1.1
phone_numbers_parser: ^9.0.20
bloc_concurrency: ^0.2.5
collection: ^1.19.1
uuid: ^4.5.3
envied: ^1.3.3
app_links: ^6.4.1
another_flushbar: ^1.12.32
dotted_border: ^3.1.0
device_info_plus: ^10.1.0
passkit: ^1.1.0
flutter_google_wallet: ^0.2.1
# P2P file transfer (local package)
airdrop:
git:
url: ssh://git@git.techstackapps.com:2822/mobile/flutter/packages/flutter-airdrop.git
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.1
# Code Generation
build_runner: ^2.4.8
freezed: ^2.4.6
json_serializable: ^6.7.1
injectable_generator: ^2.4.1
auto_route_generator: ^7.3.2
drift_dev: ^2.15.0
# Testing
mockito: ^5.4.4
bloc_test: ^9.1.5
golden_toolkit: ^0.15.0
envied_generator: ^1.1.1
flutter:
uses-material-design: true
generate: true
assets:
- assets/
- assets/images/
- assets/icons/
- assets/images/
- assets/favIcons/
- assets/onboarding/
- assets/certs/
- assets/certs/android/
- assets/font/matter-font/
- assets/correction_templates/ro/
- shorebird.yaml
fonts:
- family: Matter
fonts:
- asset: assets/font/matter-font/Matter-Regular.ttf
- asset: assets/font/matter-font/Matter-RegularItalic.ttf
style: italic
- asset: assets/font/matter-font/Matter-Light.ttf
weight: 300
- asset: assets/font/matter-font/Matter-LightItalic.ttf
weight: 300
style: italic
- asset: assets/font/matter-font/Matter-Medium.ttf
weight: 500
- asset: assets/font/matter-font/Matter-MediumItalic.ttf
weight: 500
style: italic
- asset: assets/font/matter-font/Matter-SemiBold.ttf
weight: 600
- asset: assets/font/matter-font/Matter-SemiBoldItalic.ttf
weight: 600
style: italic
- asset: assets/font/matter-font/Matter-Bold.ttf
weight: 700
- asset: assets/font/matter-font/Matter-BoldItalic.ttf
weight: 700
style: italic
- asset: assets/font/matter-font/Matter-Heavy.ttf
weight: 900
- asset: assets/font/matter-font/Matter-HeavyItalic.ttf
weight: 900
style: italic
flutter_gen:
output: lib/gen
line_length: 80
integrations:
flutter_svg: true