Skip to content

桂林理工大学-空港校区(分校)-桂工助手N

License

Notifications You must be signed in to change notification settings

yuyi-shenlu/GlutAssistantN

 
 

Repository files navigation

GlutAssistantN / 桂工助手N

桂林理工大学空港校区(分校)专属的教务工具APP
颜值很正常 , 拥有课表查询 , 成绩查询 , 获取考试列表
课表自动导入 , 自动获取当前周 , 一次登录即保存状态

项目创建于: 2021/11/02 01:21

下载安装:

项目官网

发布页面

应用图标:

(过时的, 待更新)应用截图: (特别感谢莫格格)

更新日志:

UPDATE LOG

(过时的, 待更新)目录结构:

.
|-- images 图片资源
|   |-- g.png
|   `-- g2.png
|   
|-- lib 主体
|   |-- main.dart 入口
|   |-- config.dart 常量
|   |-- data.dart 变量
|   |
|   |-- common 函数
|   |   |-- animation.dart
|   |   |-- cookie.dart
|   |   |-- get.dart
|   |   |-- init.dart
|   |   |-- io.dart
|   |   |-- login.dart
|   |   |-- noripple.dart
|   |   |-- parser.dart
|   |   `-- style.dart
|   |
|   |-- pages 页面
|   |   |-- career.dart
|   |   |-- home.dart
|   |   |-- info.dart
|   |   |-- init.dart
|   |   |-- login.dart
|   |   |-- mine.dart
|   |   |-- queryscore.dart
|   |   |-- queryexam.dart
|   |   |-- queryroom.dart
|   |   |-- schedule.dart
|   |   |-- schedulemanage.dart
|   |   |-- setting.dart
|   |   |-- timemanage.dart
|   |   `-- update.dart
|   |
|   `-- widget 组件
|       |-- bars.dart
|       |-- cards.dart
|       |-- dialog.dart
|       |-- icons.dart
|       `-- lists.dart
|   
|-- README.md
|-- build.bat
|-- build.sh
|-- pubspec.yaml
`-- updateLogs.md

环境注意:

Android SDK 26-33
Gradle 8.0
OpenJDK 17.0.8.1 2023-08-24
Flutter 3.13.4
Dart 3.1.2

编译项目:

flutter build apk --obfuscate --split-debug-info=xxx_Struggle --target-platform android-arm,android-arm64,android-x64 --split-per-abi

或者

//Windows使用
./bulid.bat  

//Linux使用
./bulid.sh 

附言:

分校教务提供的东西太少 , 目前只能拿到这些 , UI也确实一言难尽 , 有空我再改改

About

桂林理工大学-空港校区(分校)-桂工助手N

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 96.3%
  • Kotlin 2.8%
  • Other 0.9%