device_screen_brightness 0.3.1
device_screen_brightness: ^0.3.1 copied to clipboard
Control the screen brightness from Flutter. Provides getBrightness, setBrightness, incrementBrightness, decrementBrightness and streamBrightness with synchronous and compute-based async variants. Uses [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add device_screen_brightnessThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
device_screen_brightness: ^0.3.1Alternatively, 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:device_screen_brightness/device_screen_brightness.dart';