keep_screen_on_platform_interface 2.0.0+1 copy "keep_screen_on_platform_interface: ^2.0.0+1" to clipboard
keep_screen_on_platform_interface: ^2.0.0+1 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: ^2.0.0+1

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
140
points
10.3k
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, plugin_platform_interface

More

Packages that depend on keep_screen_on_platform_interface