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.
 
 
 
 
 
 
徐振升 b614000b77 feat : 图片删除效果 1 month ago
.vscode refactor : DioProvider 2 months ago
android 重构代码 2 months ago
assets refactor : 登录页 2 months ago
ios 问题检查系统 2 months ago
lib feat : 图片删除效果 1 month ago
linux 问题检查系统 2 months ago
macos refactor : DioProvider 2 months ago
web 问题检查系统 2 months ago
windows 新增:离线登录 2 months ago
.gitignore 问题检查系统 2 months ago
.metadata 问题检查系统 2 months ago
README.md 新增:离线登录 2 months ago
analysis_options.yaml 问题检查系统 2 months ago
devtools_options.yaml 重构代码 2 months ago
pubspec.lock fate : 优化代码可读性 1 month ago
pubspec.yaml fate : 优化代码可读性 1 month ago

README.md

problem_check_system

系统架构为MVVM + 仓库模式

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

离线登录系统

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

本地数据存储

有网络时手动上传功能

技术栈 Flutter SDK

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

SQFlite (本地数据库)

Image Picker (图片选择)

Geolocator (位置信息)

HTTP/Dio (网络请求)