A Flutter plugin to prevent app into app nap state.
More...
final preventNap = FlutterPreventNap(); final key = await preventNap.beginActivity(""); // do something important preventNap.endActivity(key);
podpodium.app
Repository (GitHub)
API reference
MIT (license)
flutter, plugin_platform_interface
Packages that depend on flutter_prevent_nap
Back