hardware_info_kit 1.0.1 copy "hardware_info_kit: ^1.0.1" to clipboard
hardware_info_kit: ^1.0.1 copied to clipboard

A Flutter plugin for retrieving hardware information across multiple platforms. Get CPU, memory, GPU, disk, battery, and OS information easily.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add hardware_info_kit

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

dependencies:
  hardware_info_kit: ^1.0.1

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:hardware_info_kit/hardware_info_kit.dart';
1
likes
145
points
0
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for retrieving hardware information across multiple platforms. Get CPU, memory, GPU, disk, battery, and OS information easily.

Repository (GitHub)
View/report issues
Contributing

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on hardware_info_kit

Packages that implement hardware_info_kit