Skip to content

A Flutter plugin for Android allowing access to the device light sensor.

License

Notifications You must be signed in to change notification settings

vodemn/light_sensor

Repository files navigation

Light sensor

Coverage

A Flutter plugin for Android allowing access to the device light sensor.

Usage

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

Example

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

// Check sensor availability
final bool hasSensor = await LightSensor.hasSensor();

// Subscribe on updates
LightSensor.luxStream().listen((lux) {...});

Origin

Originally, this plugin was based on light.
Functionality was extracted into this plugin due to lack of maintenance by the author of the light plugin.

Today, the light_sensor plugin has been completely refreshed.

About

A Flutter plugin for Android allowing access to the device light sensor.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published