-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
51 lines (51 loc) · 1.21 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
name: person_identifier_application
description: A new Flutter project.
version: 1.0.0+1
environment:
sdk: '>=2.17.0 <3.0.0'
dependencies:
flutter:
sdk: flutter
cached_network_image: ^3.3.0
flutter_svg: ^2.0.9
smooth_page_indicator: ^1.1.0
intl: ^0.18.0
shared_preferences: ^2.2.2
cloud_firestore: ^4.15.7
firebase_core: ^2.26.0
firebase_auth: ^4.17.7
cupertino_icons: ^1.0.2
image_picker: ^1.0.4
image: ^4.1.3
google_mlkit_face_detection: ^0.9.0
google_mlkit_commons: ^0.6.1
tflite_flutter: ^0.10.3
sqflite: ^2.3.0
path_provider: ^2.1.1
camera: ^0.10.5+9
dev_dependencies:
flutter_test:
sdk: flutter
flutter:
uses-material-design: true
assets:
- assets/
- assets/images/
- assets/images/img_image_of_the_person.png
- assets/images/logo.png
- assets/images/bg.jpg
fonts:
- family: DM Sans
fonts:
- asset: assets/fonts/DMSansRegular.ttf
weight: 400
- asset: assets/fonts/DMSansMedium.ttf
weight: 500
- family: Roboto
fonts:
- asset: assets/fonts/RobotoMedium.ttf
weight: 500
- family: Aclonica
fonts:
- asset: assets/fonts/AclonicaRegular.ttf
weight: 400