linux_proc 0.0.2 copy "linux_proc: ^0.0.2" to clipboard
linux_proc: ^0.0.2 copied to clipboard

Parse Linux process and service information

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add linux_proc

With Flutter:

 $ flutter pub add linux_proc

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

dependencies:
  linux_proc: ^0.0.2

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_proc/linux_proc.dart';
1
likes
140
points
29
downloads

Publisher

unverified uploader

Weekly Downloads

Parse Linux process and service information

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

dbus

More

Packages that depend on linux_proc