powerman_win32

Creator: coderz1093

Last updated:

0 purchases

powerman_win32 Image
powerman_win32 Images
Add to Cart

Description:

powerman win32

powerman_win32 #
A plugin to listen to Win32 power events such as AC power state, display on/off, and suspend/resume.
Getting Started #
Fristly, install the plugin:
flutter pub add powerman_win32
copied to clipboard
Add the codes to listen to events:
StreamBuilder(
stream: PowermanWin32.instance.systemPowerStatus,
builder: (context, snapshot) => Text(snapshot.data?.toString() ?? '-'),
),
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.