-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathpubspec.yaml
85 lines (72 loc) · 1.64 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
75
76
77
78
79
80
81
82
83
84
85
name: trackingworks
description: A new Flutter project.
# Build android app need add --no-shrink to fix image_picker in release mode
publish_to: "none"
version: 1.0.16+16
environment:
sdk: ">=2.12.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
# ---------------------- MODULE -------------------
component:
path: shared/component
core:
path: core
dependencies:
path: shared/dependencies
l10n:
path: shared/l10n
preferences:
path: shared/preferences
# ------------- Feature Module
attendance:
path: features/employee/attendance
auth:
path: features/auth
leave:
path: features/employee/leave
notice:
path: features/employee/notice
payroll:
path: features/employee/payroll
profile:
path: features/employee/profile
resign:
path: features/employee/resign
settings:
path: features/settings
files:
path: features/files
main:
path: features/main
# -------------------- END MODULE -----------------
dependency_overrides:
platform: ^3.1.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^1.0.4
flutter_launcher_icons: ^0.9.2
flutter:
uses-material-design: true
assets:
- assets/cfg/
- assets/images/
- assets/images/marker/
- assets/images/flags/
fonts:
- family: AppIcons
fonts:
- asset: assets/fonts/AppIcons.ttf
- family: Icons_new
fonts:
- asset: assets/fonts/Icons_new.ttf
- family: TicketingIcons
fonts:
- asset: assets/fonts/TicketingIcons.ttf
- family: AppIcon2
fonts:
- asset: assets/fonts/AppIcons2.ttf