Montemorelos大学移动应用
入门
开始之前
重要提示
?首先,您需要与项目负责人沟通,了解所有详细信息,并获取连接某些服务(如身份服务器)的凭证。
⚠️ 您可能无法测试所有功能,或者至少是推送通知,因为向沙盒发送推送通知需要访问其他资源(私有API)。
工具
您需要安装的一些工具
- Git
- Android SDK
- Flutter
如何运行
# clone the repository
git clone https://github.com/UMMobile/UMMobile.git
cd UMMobile
# Install the dependencies
flutter pub get
# Run the app
# You will need an emulator or a physical device to run
flutter run
UMMobile公共资源
- UMMobile API:用于集中调用大学服务的API。
ummobile_sdk:连接UMMobile API的Dart包。ummobile_custom_http:用于管理http调用的自定义GetConnect实现。