ios_device_monitor 0.1.1
ios_device_monitor: ^0.1.1 copied to clipboard
Comprehensive iOS device monitoring plugin with CPU, GPU, thermal, uptime, and advanced CPU usage tracking.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add ios_device_monitorThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
ios_device_monitor: ^0.1.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:ios_device_monitor/ios_device_monitor.dart';