-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpubspec.yaml
120 lines (113 loc) · 3.05 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
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
name: dwi
description: A Flutter project that shows a simple Days Without Incidents app.
publish_to: none
version: 3.1.2+14
environment:
sdk: '>=3.0.0 <4.0.0'
flutter: '>=3.0.0 <4.0.0'
dependencies:
# Data layer
data:
path: packages/data
# Domain layer
domain:
path: packages/domain
# Value equality
duration: ^4.0.3
environment:
path: packages/environment
equatable: ^2.0.5
fl_chart: ^0.70.0
flutter:
sdk: flutter
# Bloc for state management
flutter_bloc: ^8.1.4
# Feather Icons package
flutter_feather_icons: ^2.0.0
flutter_localizations:
sdk: flutter
# Build Information
gap: ^3.0.1
intl: ^0.19.0
package_info_plus: ^4.2.0
provider: ^6.1.2
# Monitoring
sentry_flutter: ^7.12.0
# Launcher for URLs
url_launcher: ^6.2.1
# UUID
uuid: ^4.2.1
# Bug Reporting
wiredash: ^2.2.0
dev_dependencies:
bloc_test: ^9.1.5
flutter_launcher_icons: ^0.14.2
flutter_native_splash: ^2.3.5
flutter_test:
sdk: flutter
mockito: ^5.3.2
very_good_analysis: ^7.0.0
# dependency_overrides:
# image: ^4.0.10
flutter_icons:
image_path: 'assets/launcher/dwi-512x512-android.png'
android: true # can specify file name here e.g. "ic_launcher"
ios: true
adaptive_icon_background: '#56F0D4'
adaptive_icon_foreground: 'assets/launcher/dwi-foreground.png'
remove_alpha_ios: true
flutter_native_splash:
color: '#56F0D4'
image: assets/launcher/dwi-foreground.png
flutter:
uses-material-design: true
generate: true
assets:
- assets/images/
- assets/launcher/
fonts:
- family: Work Sans
fonts:
- asset: assets/fonts/WorkSans-Black.ttf
weight: 900
- asset: assets/fonts/WorkSans-BlackItalic.ttf
weight: 900
style: italic
- asset: assets/fonts/WorkSans-ExtraBold.ttf
weight: 800
- asset: assets/fonts/WorkSans-ExtraBoldItalic.ttf
weight: 800
style: italic
- asset: assets/fonts/WorkSans-Bold.ttf
weight: 700
- asset: assets/fonts/WorkSans-BoldItalic.ttf
weight: 700
style: italic
- asset: assets/fonts/WorkSans-SemiBold.ttf
weight: 600
- asset: assets/fonts/WorkSans-SemiBoldItalic.ttf
weight: 600
style: italic
- asset: assets/fonts/WorkSans-Medium.ttf
weight: 500
- asset: assets/fonts/WorkSans-MediumItalic.ttf
weight: 500
style: italic
- asset: assets/fonts/WorkSans-Regular.ttf
- asset: assets/fonts/WorkSans-Italic.ttf
style: italic
- asset: assets/fonts/WorkSans-Light.ttf
weight: 300
- asset: assets/fonts/WorkSans-LightItalic.ttf
weight: 300
style: italic
- asset: assets/fonts/WorkSans-ExtraLight.ttf
weight: 200
- asset: assets/fonts/WorkSans-ExtraLightItalic.ttf
weight: 200
style: italic
- asset: assets/fonts/WorkSans-Thin.ttf
weight: 100
- asset: assets/fonts/WorkSans-ThinItalic.ttf
weight: 100
style: italic