keep_screen_on_platform_interface 3.0.0 copy "keep_screen_on_platform_interface: ^3.0.0" to clipboard
keep_screen_on_platform_interface: ^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_platform_interface

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

dependencies:
  keep_screen_on_platform_interface: ^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_platform_interface/keep_screen_on_platform_interface.dart';
0
likes
120
pub points
47%
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, plugin_platform_interface

More

Packages that depend on keep_screen_on_platform_interface