Allow keep data on uninstalling

This commit is contained in:
LollipopKit
2021-11-02 19:49:29 +08:00
parent d38bad7802
commit ff76c6c539
4 changed files with 19 additions and 16 deletions

View File

@@ -31,15 +31,16 @@ A new Flutter project which provide a chart view to display server status data.
</table>
## Milestone
- [x] SSH Connect
- [x] Server Info Store
- [x] Status Chart View
- [x] SSH connect
- [x] Server info store
- [x] Status chart view
- [x] Base64/Url En/Decode
- [x] Private Key Store
- [x] Server Status Detail Page
- [x] Theme Switch
- [ ] Execute Snippet
- [x] Private key store
- [x] Server status detail page
- [x] Theme switch
- [ ] Execute snippet
- [ ] Migrate from `ssh2` to `dartssh2`
- [ ] Desktop support.
## Build
Please use `make.dart` to build.