Enable analysis.Update dependencies.Update README

This commit is contained in:
LollipopKit
2021-10-31 15:21:23 +08:00
parent 702dd86a84
commit 9f3f07388e
5 changed files with 18 additions and 50 deletions

View File

@@ -39,6 +39,19 @@ A new Flutter project which provide a chart view to display server status data.
- [x] Server Status Detail Page
- [x] Theme Switch
- [ ] Execute Snippet
- [ ] Migrate from `ssh2` to `dartssh2`
## Build
Please use `make.dart` to build.
```shell
# build android apk
./make.dart build android
# due to pub package 'ssh2' incompatibility
# can't build ios ipa through './make.dart build ios'
# more info: [https://github.com/jda258/flutter_ssh2/issues/8]
# please run below cmd to run on ios device
./make.dart run release
```
## License
`LGPL License. LollipopKit 2021`