Files
flutter_server_box/README.md
2021-11-02 19:49:29 +08:00

1.7 KiB

Server Monitor & Toolbox

A new Flutter project which provide a chart view to display server status data.

ScreenShots

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 ssh2 to dartssh2
  • 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