This repository has been archived by the owner on Apr 25, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpubspec.yaml
79 lines (69 loc) · 1.55 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
name: ecnu_timetable
description: 更美观更智能的 ECNU 课程表
# Prevent the package from being accidentally published to pub.dev.
publish_to: "none"
version: 1.5.1+26
environment:
sdk: ">=2.15.0-262.0.dev"
dependencies:
flutter:
sdk: flutter
window_size:
git:
url: git://github.com/google/flutter-desktop-embedding.git
path: plugins/window_size
get:
sentry_flutter: ">=6.1.0-alpha.2"
bottom_navy_bar:
font_awesome_flutter:
google_fonts:
dio:
dio_cookie_manager:
cookie_jar:
flutter_spinkit:
url_launcher:
badges:
flutter_markdown:
loggy:
flutter_loggy:
flutter_loggy_dio:
dart_random_choice: ">=0.1.0-nullsafety.0"
path_provider:
universal_html:
quiver:
hive_flutter:
flutter_settings_screens: ">0.3.0"
json_annotation: ">=4.3.0"
flutter_layout_grid:
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints:
dependency_validator:
flutter_launcher_icons:
flutter_native_splash:
flutter_app_name:
hive_generator:
build_runner:
json_serializable:
msix:
flutter_app_name:
name: "ECNU Timetable"
msix_config:
display_name: "ECNU Timetable"
publisher_display_name: "CCXXXI"
identity_name: "io.github.ccxxxi.ecnu-timetable"
msix_version: 1.5.1.26
logo_path: "assets/images/app_icon.png"
flutter:
uses-material-design: true
fonts:
- family: NotoSansSC
fonts:
- asset: assets/fonts/NotoSansSC-Regular.otf
- family: NotoSerifSC
fonts:
- asset: assets/fonts/NotoSerifSC-Regular.otf
assets:
- assets/images/
- LICENSE