-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
70 lines (62 loc) · 1.69 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
name: work_helper
description: "A new Flutter project."
publish_to: "none"
version: 1.0.0+1
environment:
sdk: ^3.5.1
dependencies:
flutter:
sdk: flutter
getx_scaffold:
path: ../getx_scaffold
window_manager: ^0.4.2
calendar_view: ^1.2.0
hive: ^2.2.3
hive_flutter: ^1.1.0
time_pickerr: ^1.0.6
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^4.0.0
icons_launcher: ^3.0.0
# flutter_icons 应用启动图标配置 https://pub-web.flutter-io.cn/packages/icons_launcher
# flutter pub run icons_launcher:create
icons_launcher:
platforms:
windows:
enable: true
image_path: "assets/icons/ic_windows.png"
macos:
enable: true
image_path: "assets/icons/ic_macos.png"
flutter:
uses-material-design: true
assets:
- assets/icons/
fonts:
- family: Montserrat
fonts:
- asset: assets/fonts/Montserrat-Thin.ttf
weight: 100
- asset: assets/fonts/Montserrat-ExtraLight.ttf
weight: 200
- asset: assets/fonts/Montserrat-Light.ttf
weight: 300
- asset: assets/fonts/Montserrat-Regular.ttf
weight: 400
- asset: assets/fonts/Montserrat-Medium.ttf
weight: 500
- asset: assets/fonts/Montserrat-SemiBold.ttf
weight: 600
- asset: assets/fonts/Montserrat-Bold.ttf
weight: 700
- asset: assets/fonts/Montserrat-SemiBold.ttf
weight: 800
- asset: assets/fonts/Montserrat-Black.ttf
weight: 900
- family: AlibabaHealth
fonts:
- asset: assets/fonts/AlibabaHealthFont2.0CN-45R.ttf
weight: 400
- asset: assets/fonts/AlibabaHealthFont2.0CN-85B.ttf
weight: 700