-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpubspec.yaml
More file actions
77 lines (68 loc) · 2.07 KB
/
Copy pathpubspec.yaml
File metadata and controls
77 lines (68 loc) · 2.07 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
name: lockin
description: 'Your Personal Habit & Productivity Companion'
# The following line prevents the package from being accidentally published to
# pub.dev using `flutter pub publish`. This is preferred for private packages.
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=3.12.0 <4.0.0'
flutter: ^3.44.5
dependencies:
flutter:
sdk: flutter
# Core dependencies
dynamic_color: ^1.8.1
fl_chart: ^1.2.0
flutter_local_notifications: ^22.0.1
flutter_riverpod: ^3.3.2
hive_ce: ^2.19.3
hive_ce_flutter: ^2.3.4
path_provider: ^2.1.6
intl: ^0.20.3
timezone: ^0.11.1
workmanager: ^0.9.0+3
permission_handler: ^12.0.3
file_picker: ^11.0.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^6.0.0
# For code generation
hive_ce_generator: ^1.11.2
build_runner: ^2.15.1
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter packages.
flutter:
# The following line ensures that the Material Icons font is
# included with your application, so that you can use the icons in
# the material Icons class.
uses-material-design: true
fonts:
- family: Lato
fonts:
- asset: assets/fonts/Lato/Lato-Black.ttf
weight: 900
- asset: assets/fonts/Lato/Lato-BlackItalic.ttf
weight: 900
style: italic
- asset: assets/fonts/Lato/Lato-Bold.ttf
weight: 700
- asset: assets/fonts/Lato/Lato-BoldItalic.ttf
weight: 700
style: italic
- asset: assets/fonts/Lato/Lato-Regular.ttf
weight: 400
- asset: assets/fonts/Lato/Lato-Italic.ttf
weight: 400
style: italic
- asset: assets/fonts/Lato/Lato-Light.ttf
weight: 300
- asset: assets/fonts/Lato/Lato-LightItalic.ttf
weight: 300
style: italic
- asset: assets/fonts/Lato/Lato-Thin.ttf
weight: 100
- asset: assets/fonts/Lato/Lato-ThinItalic.ttf
weight: 100
style: italic