You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
徐振升 bdfc6778f7 feat : 添加创建人id与修改时间utc毫秒比对 11 hours ago
.vscode refactor : DioProvider 2 weeks ago
android 重构代码 3 weeks ago
assets refactor : 登录页 2 weeks ago
ios 问题检查系统 3 weeks ago
lib feat : 添加创建人id与修改时间utc毫秒比对 11 hours ago
linux 问题检查系统 3 weeks ago
macos refactor : DioProvider 2 weeks ago
web 问题检查系统 3 weeks ago
windows 新增:离线登录 3 weeks ago
.gitignore 问题检查系统 3 weeks ago
.metadata 问题检查系统 3 weeks ago
README.md feat : 显示绑定信息 14 hours ago
analysis_options.yaml feat : 同步服务器数据到本地 1 day ago
devtools_options.yaml 重构代码 3 weeks ago
pubspec.lock feat : 同步服务器数据到本地 1 day ago
pubspec.yaml feat : 同步服务器数据到本地 1 day ago

README.md

problem_check_system

系统架构为MVVM + 仓库模式

这个应用需要实现以下功能:

离线登录系统

问题数据收集(描述、位置、图片等)

本地数据存储

有网络时手动上传功能

技术栈 Flutter SDK

GetX (状态管理、路由管理、依赖注入)

SQFlite (本地数据库)

Image Picker (图片选择)

Geolocator (位置信息)

HTTP/Dio (网络请求)

!/bin/bash

echo "开始清理..." flutter clean

echo "获取依赖..." flutter pub get

echo "构建APK..." flutter build apk --release --target-platform android-arm64

echo "构建完成!APK位置:build/app/outputs/flutter-apk/app-release.apk"