Skip to content

farmer00317558/flutter_prevent_nap

Repository files navigation

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);

About

A Flutter plugin to prevent app into app nap state.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published