system_monitor_kit 1.0.2 copy "system_monitor_kit: ^1.0.2" to clipboard
system_monitor_kit: ^1.0.2 copied to clipboard

A comprehensive system monitoring toolkit for Flutter with CPU, memory, disk, battery, and network monitoring.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add system_monitor_kit

With Flutter:

 $ flutter pub add system_monitor_kit

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  system_monitor_kit: ^1.0.2

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:system_monitor_kit/system_monitor_kit.dart';
1
likes
0
points
250
downloads

Publisher

unverified uploader

Weekly Downloads

A comprehensive system monitoring toolkit for Flutter with CPU, memory, disk, battery, and network monitoring.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

battery_plus, device_info_plus, disk_space_plus, disks_desktop, flutter, plugin_platform_interface

More

Packages that depend on system_monitor_kit

Packages that implement system_monitor_kit