-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
37 lines (30 loc) · 914 Bytes
/
Copy pathpubspec.yaml
File metadata and controls
37 lines (30 loc) · 914 Bytes
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
name: haxinxi_schedule # 修改应用名称
description: "哈信息工程学院课程表第三方客户端"
publish_to: 'none'
version: 1.3.5+35 # 修改版本号
environment:
sdk: '>=3.4.4 <4.0.0'
dependencies:
flutter:
sdk: flutter
dio: ^5.4.0
intl: ^0.20.2
shared_preferences: ^2.2.2 # 添加这一行
url_launcher: ^6.2.5 # 添加这一行
connectivity_plus: ^6.1.3 # 添加这一行
cupertino_icons: ^1.0.6
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^4.0.0
flutter_launcher_icons: ^0.13.1 # 添加这一行
flutter:
uses-material-design: true
assets:
- assets/icon/ # 添加图标目录
flutter_icons:
android: true
ios: true
image_path: "assets/icon/icon.png"
adaptive_icon_background: "#FFFFFF" # 可选:设置自适应图标背景色
adaptive_icon_foreground: "assets/icon/icon.png" # 可选:设置自适应图标前景