keep_screen_on 3.0.0 copy "keep_screen_on: ^3.0.0" to clipboard
keep_screen_on: ^3.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: ^3.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';
34
likes
130
pub points
95%
popularity

Publisher

verified publishercraftsoft.dev

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, keep_screen_on_platform_interface

More

Packages that depend on keep_screen_on