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

PlatformWindows

A Windows package to determine if the user has been idle from their device

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add system_idle_windows

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

dependencies:
  system_idle_windows: ^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_windows/system_idle_windows.dart';
0
likes
150
points
99
downloads

Publisher

unverified uploader

Weekly Downloads

A Windows package to determine if the user has been idle from their device

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

ffi, system_idle_platform_interface, win32

More

Packages that depend on system_idle_windows