-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
60 lines (49 loc) · 1.36 KB
/
pubspec.yaml
File metadata and controls
60 lines (49 loc) · 1.36 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
name: task_manager
description: A new Flutter project.
publish_to: "none"
version: 1.0.0+1
environment:
sdk: ">=2.18.2-171.0.dev <3.0.0"
dependencies:
cupertino_icons: ^1.0.2
flutter:
sdk: flutter
flutter_alarm_clock: ^0.0.2
flutter_circular_chart: ^0.1.0
get: ^4.6.5
gif: ^2.2.0
hive: ^2.2.3
hive_flutter: ^1.1.0
intl: ^0.17.0
path_provider: ^2.0.11
provider: ^6.0.4
shared_preferences: ^2.0.15
workmanager: ^0.5.1
dev_dependencies:
build_runner: ^2.2.0
flutter_lints: ^2.0.0
flutter_test:
sdk: flutter
hive_generator: ^1.1.3
flutter:
uses-material-design: true
assets:
- assets/
- assets/gif/
fonts:
- family: slam
fonts:
- asset: assets/fonts/Fontspring-DEMO-slam-bold.otf
- asset: assets/fonts/Fontspring-DEMO-slam-extrabold.otf
- asset: assets/fonts/Fontspring-DEMO-slam-oblique-regular.otf
weight: 900
- family: SourceCodePro
fonts:
- asset: "assets/Source_Code_Pro/SourceCodePro-ExtraBold.ttf"
- asset: "assets/Source_Code_Pro/SourceCodePro-Regular.ttf"
- asset: "assets/Source_Code_Pro/SourceCodePro-Bold.ttf"
- asset: "assets/Source_Code_Pro/SourceCodePro-Medium.ttf"
# - asset: "/assets/Source_Code_Pro/"
# - asset: "/assets/Source_Code_Pro"
# - asset: "/assets/Source_Code_Pro"
weight: 900