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.
 
 
 
 
 
 
徐振升 2e5b115a8d 重构代码 2 months ago
.vscode
android 重构代码 2 months ago
assets
ios
lib 重构代码 2 months ago
linux
macos 新增:本地数据库,新增问题,本地存储 2 months ago
web
windows 新增:保存问题文件 2 months ago
.gitignore
.metadata
README.md 新增:本地数据库,新增问题,本地存储 2 months ago
analysis_options.yaml
devtools_options.yaml 重构代码 2 months ago
pubspec.lock 重构代码 2 months ago
pubspec.yaml 重构代码 2 months ago

README.md

problem_check_system

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

离线登录系统

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

本地数据存储

有网络时手动上传功能

技术栈 Flutter SDK

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

SQFlite (本地数据库)

Image Picker (图片选择)

Geolocator (位置信息)

HTTP/Dio (网络请求)