You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Flutter plugin for collecting data from the [ambient light sensor on Android](https://developer.android.com/guide/topics/sensors/sensors_environment#java).
5
+
A Flutter plugin for collecting ambient light data from the [Android Environment Sensors](https://developer.android.com/develop/sensors-and-location/sensors/sensors_environment).
6
6
7
7
## Install
8
8
@@ -12,27 +12,23 @@ For help on adding as a dependency, view the [documentation](https://flutter.io/
12
12
13
13
## Usage
14
14
15
-
Instantiate an instance of the `Light()`plugin and listen on the `lightSensorStream` stream.
15
+
Use the singleton `Light()`to listen on the `lightSensorStream` stream.
0 commit comments