system_idle_linux 1.0.0 copy "system_idle_linux: ^1.0.0" to clipboard
system_idle_linux: ^1.0.0 copied to clipboard

PlatformLinux

The Linux implementation of the system_idle package to determine when the user has been idle.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add system_idle_linux

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

dependencies:
  system_idle_linux: ^1.0.0

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:system_idle_linux/system_idle_linux.dart';
0
likes
150
points
102
downloads

Publisher

unverified uploader

Weekly Downloads

The Linux implementation of the system_idle package to determine when the user has been idle.

Homepage
Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

system_idle_platform_interface

More

Packages that depend on system_idle_linux