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.
|
|
2 months ago | |
|---|---|---|
| .vscode | 2 months ago | |
| android | 2 months ago | |
| assets | 2 months ago | |
| ios | 3 months ago | |
| lib | 2 months ago | |
| linux | 3 months ago | |
| macos | 2 months ago | |
| web | 3 months ago | |
| windows | 2 months ago | |
| .gitignore | 3 months ago | |
| .metadata | 3 months ago | |
| README.md | 2 months ago | |
| analysis_options.yaml | 2 months ago | |
| devtools_options.yaml | 2 months ago | |
| pubspec.lock | 2 months ago | |
| pubspec.yaml | 2 months ago | |
README.md
problem_check_system
系统架构为MVVM + 仓库模式
这个应用需要实现以下功能:
离线登录系统
问题数据收集(描述、位置、图片等)
本地数据存储
有网络时手动上传功能
技术栈 Flutter SDK
GetX (状态管理、路由管理、依赖注入)
SQFlite (本地数据库)
Image Picker (图片选择)
Geolocator (位置信息)
HTTP/Dio (网络请求)