light_sensor 3.0.0 light_sensor: ^3.0.0 copied to clipboard
A Flutter plugin for Android allowing access to the device light sensor.
3.0.0 #
- [BREAKING] Changed
hasSensor
getter tohasSensor()
- [BREAKING] Changed
lightSensorStream
toluxStream()
- Implemented tests
- Renamed platform channels
- Updated example
2.0.2 #
- Added method 'hasSensor' to check, if device has light sensor.
- Changed CHANGELOG order.
2.0.1 #
- Fixes pub scores warnings.
2.0.0 #
- Migrated to null-safety.
1.0.2 #
- Updated Readme.
1.0.1 #
- Cleaned up pubspec.yaml.
- Added Lint.
- Updated example.
1.0.0 #
- Initial release.