keep_screen_on 4.0.0 copy "keep_screen_on: ^4.0.0" to clipboard
keep_screen_on: ^4.0.0 copied to clipboard

This plugin disables automatic screen off and prevents the screen from turning off.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add keep_screen_on

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  keep_screen_on: ^4.0.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:keep_screen_on/keep_screen_on.dart';
48
likes
150
points
12k
downloads

Publisher

verified publishercraftsoft.dev

Weekly Downloads

This plugin disables automatic screen off and prevents the screen from turning off.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, keep_screen_on_platform_interface

More

Packages that depend on keep_screen_on