fepe_screen 0.1.5 copy "fepe_screen: ^0.1.5" to clipboard
fepe_screen: ^0.1.5 copied to clipboard

A Flutter plugin to manage the device's screen on Android and iOS.

Screen #

pub package A Flutter plugin to manage the device's screen on Android and iOS.

Usage #

To use this plugin, add screen as a dependency in your pubspec.yaml file.

Make sure you add the following permissions to your Android Manifest

<uses-permission android:name="android.permission.WAKE_LOCK" />

Example #

// Import package
import 'package:screen/screen.dart';

// Get the current brightness:
double brightness = await Screen.brightness;

// Set the brightness:
Screen.setBrightness(0.5);

// Check if the screen is kept on:
bool isKeptOn = await Screen.isKeptOn;

// Prevent screen from going into sleep mode:
Screen.keepOn(true);
2
likes
120
points
44
downloads

Publisher

verified publisher5ts.pro

Weekly Downloads

A Flutter plugin to manage the device's screen on Android and iOS.

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on fepe_screen