wakelock_macos 0.1.0-nullsafety.0 wakelock_macos: ^0.1.0-nullsafety.0 copied to clipboard
macOS platform implementation of the wakelock_platform_interface for the wakelock plugin.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add wakelock_macos
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
wakelock_macos: ^0.1.0-nullsafety.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:wakelock_macos/wakelock_macos.dart';