-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpubspec.yaml
More file actions
66 lines (59 loc) · 1.66 KB
/
pubspec.yaml
File metadata and controls
66 lines (59 loc) · 1.66 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
name: autentigo_app
description: Second factor keycloak authenticator app.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
environment:
sdk: ^3.8.1
dependencies:
flutter:
sdk: flutter
provider: ^6.0.5
go_router: ^16.1.0
get_it: ^8.2.0
flutter_svg: ^2.0.7
keycloak_authenticator:
path: ./packages/keycloak_authenticator
mobile_scanner: ^7.0.1
date_format: ^2.0.7
flutter_secure_storage: ^9.0.0
dev_dependencies:
flutter_launcher_icons: ^0.14.4
flutter_test:
sdk: flutter
flutter_lints: ^6.0.0
flutter:
uses-material-design: true
assets:
- assets/images/
fonts:
- family: iAWriter
fonts:
- asset: assets/fonts/iAWriterDuospace/iAWriterDuoS-Regular.ttf
weight: 400
style: normal
- asset: assets/fonts/iAWriterDuospace/iAWriterDuoS-Italic.ttf
weight: 400
style: italic
- asset: assets/fonts/iAWriterDuospace/iAWriterDuoS-Bold.ttf
weight: 700
style: normal
- asset: assets/fonts/iAWriterDuospace/iAWriterDuoS-BoldItalic.ttf
weight: 700
style: italic
- family: Sarabun
fonts:
- asset: assets/fonts/Sarabun/Sarabun-Regular.ttf
weight: 400
style: normal
- asset: assets/fonts/Sarabun/Sarabun-Italic.ttf
weight: 400
style: italic
- asset: assets/fonts/Sarabun/Sarabun-Bold.ttf
weight: 700
style: normal
- asset: assets/fonts/Sarabun/Sarabun-BoldItalic.ttf
weight: 700
style: italic
flutter_launcher_icons:
android: "launcher_icon"
ios: true
image_path: "assets/icon/icon.png"