linux_system_info 0.0.7 copy "linux_system_info: ^0.0.7" to clipboard
linux_system_info: ^0.0.7 copied to clipboard

PlatformLinux

Dart library for getting general linux system information like amount of ram or swap, cpu's MHz, cpu usage and kernel/distribution related data

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add linux_system_info

With Flutter:

 $ flutter pub add linux_system_info

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

dependencies:
  linux_system_info: ^0.0.7

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:linux_system_info/linux_system_info.dart';
11
likes
140
points
61
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Dart library for getting general linux system information like amount of ram or swap, cpu's MHz, cpu usage and kernel/distribution related data

Homepage

License

GPL-3.0 (license)

Dependencies

dbus, ffi, path, tuple, xdg_directories, xml

More

Packages that depend on linux_system_info