mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 15:24:35 +01:00
86a700d0bb0e6626ec94c6f2f86c6043d4ced657
Server Monitor & Toolbox
A new Flutter project which provide a chart view to display server status data.
ScreenShots
|
|
|
|
|
|
|
|
Support
| Status | Platform |
|---|---|
| Full Support | Android/iOS/macOS |
| Support, but not tested | Windows/Linux |
Milestone
- SSH connect
- Server info store
- Status chart view
- Base64/Url En/Decode
- Private key store
- Server status detail page
- Theme switch
- Execute snippet
- Migrate from
ssh2todartssh2 - Desktop support
Build
Please use make.dart to build.
# 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
Languages
Dart
91%
Swift
4%
Kotlin
2.1%
C++
1.5%
CMake
1.1%
Other
0.2%
