Skip to content

Commit 1925873

Browse files
committed
chore: use fvm tools
1 parent 6cafbe5 commit 1925873

File tree

7 files changed

+22
-9
lines changed

7 files changed

+22
-9
lines changed

.fvm/fvm_config.json

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"flutterSdkVersion": "3.13.9",
3+
"flavors": {}
4+
}

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,6 @@ app.*.map.json
4646
/android/app/debug
4747
/android/app/profile
4848
/android/app/release
49+
50+
# fvm flutter sdk
51+
.fvm/flutter_sdk

.vscode/settings.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,20 @@
22
"mesonbuild.configureOnOpen": false,
33
"dart.flutterSdkPaths": [
44
".fvm/flutter_sdk",
5-
".flutter"
65
],
76
"dart.analysisExcludedFolders": [
87
".flutter"
98
],
109
"search.exclude": {
11-
"**/.flutter": true
10+
"**/.fvm": true
1211
},
1312
"files.watcherExclude": {
14-
"**/.flutter": true
13+
"**/.fvm": true
1514
},
1615
"files.associations": {
1716
"*.arb": "json"
1817
},
1918
"licenser.author": "BenderBlog Rodriguez and contributors",
2019
"licenser.license": "MPLv2",
2120
"licenser.useSPDXLicenseFormat": true,
22-
"cmake.sourceDirectory": "/home/br/Codes/Flutter/traintime_pda/linux",
2321
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
1. New UI
2+
2. Lots of improvement

fastlane/metadata/android/en-US/full_description.txt

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
- View the due time of the borrowed books and query the books in the library.
99
- View the bill you spent in the cafeteria.
1010
- Empty classroom check.
11+
- Physics experiment schedule check and output to iCalendar.
1112
- Other tools such as call for repairing, school email, etc.
1213
- Shuangchuang (Innovation and Entrepreneurship) project query.
1314
- XDU Planet: Look around the blogs of your schoolmates.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
1. 修复丁香没有电量信息的错误。
2+
2. 添加应用内信息,会有开发者发出的学校/社团/应用信息
3+
3. 修复图书馆借书信息可能显示失败
4+
4. 修复明日课程可能显示有问题的问题

fastlane/metadata/android/zh-CN/full_description.txt

+6-5
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ Traintime PDA 是为西电本科生设计的开源信息查询软件。(PDA 指
66
4. 查看成绩,包括可以自行选择科目计算均分。
77
5. 自行选择学期的考试安排查询。
88
6. 查询空闲教室。
9-
7. 图书馆信息查询,个人借书状况和学校书库状况。
10-
8. 校园卡流水查询,也就是在学校食堂的流水啦。
11-
9. 其他小功能:请假,报修之类。
12-
10. 双创需求大厅:找学校里的项目。
13-
11. XDU Planet:查看同学的博客,另该功能代行转发学校教务处通知。
9+
7. 物理实验查询,导出成 iCalendar。
10+
8. 图书馆信息查询,个人借书状况和学校书库状况。
11+
9. 校园卡流水查询,也就是在学校食堂的流水啦。
12+
10. 其他小功能:请假,报修之类。
13+
11. 双创需求大厅:找学校里的项目。
14+
12. XDU Planet:查看同学的博客,另该功能代行转发学校教务处通知。
1415

1516
另外,本软件更加注意隐私,使用跨平台 Flutter SDK,并且开发者不正经(确信)
1617

0 commit comments

Comments
 (0)