cpu_reader 0.0.3 copy "cpu_reader: ^0.0.3" to clipboard
cpu_reader: ^0.0.3 copied to clipboard

outdated

A CPU reader plugin for Android devices

cpu_reader #

A basic CPU reader that provides a simple way of retrieving device CPU info.

Usage #

Import package:device_info/device_info.dart, instantiate DeviceInfoPlugin and use the Android and iOS getters to get platform-specific device information.

Example:

import 'package:cpu_reader/cpu_reader.dart';
import 'package:cpu_reader/cpuinfo.dart';

CpuInfo cpuInfo = await CpuReader.cpuInfo;
print('Number of Cores ${cpuInfo.numberOfCores}');

int freq = await CpuReader.getCurrentFrequency(2);
print('Core number 2 freq ${freq} Mhz');

## Getting Started

For help getting started with Flutter, view our online [documentation] (https://flutter.dev/)
For help on editing plugin code, view the [documentation](https://flutter.dev/docs/development/packages-and-plugins/using-packages#edit-code)
15
likes
0
pub points
76%
popularity

Publisher

unverified uploader

A CPU reader plugin for Android devices

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on cpu_reader