cpu_reader 1.0.2
cpu_reader: ^1.0.2 copied to clipboard
A CPU reader plugin for Android devices. The plugin provides some basic information about the device, such as number of cores, abi, current frequencies, min/max frequencies and temperature. Cpu inform [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add cpu_reader
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
cpu_reader: ^1.0.2
Alternatively, 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:cpu_reader/cpu_reader.dart';