system_monitor_cli 1.0.2 system_monitor_cli: ^1.0.2 copied to clipboard
A CLI tool to start and stop the System Monitor server.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add system_monitor_cli
With Flutter:
$ flutter pub add system_monitor_cli
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
system_monitor_cli: ^1.0.2
Alternatively, your editor might support dart pub get
or flutter pub get
. Check the docs for your editor to learn more.