flutter_prevent_nap 0.0.3 copy "flutter_prevent_nap: ^0.0.3" to clipboard
flutter_prevent_nap: ^0.0.3 copied to clipboard

PlatformmacOS

A Flutter plugin to prevent app into app nap state.

flutter_prevent_nap #

A Flutter plugin to prevent app into app nap state.

Usage #

final preventNap = FlutterPreventNap();
final key = await preventNap.beginActivity("");

// do something important

preventNap.endActivity(key);
1
likes
160
points
28
downloads

Publisher

verified publisherpodpodium.app

Weekly Downloads

A Flutter plugin to prevent app into app nap state.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on flutter_prevent_nap