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

README.md

problem_check_system

系统架构为MVVM + 仓库模式

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

离线登录系统

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

本地数据存储

有网络时手动上传功能

技术栈 Flutter SDK

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

SQFlite (本地数据库)

Image Picker (图片选择)

Geolocator (位置信息)

HTTP/Dio (网络请求)