light 5.0.0
light: ^5.0.0 copied to clipboard
Plugin for collecting data from the ambient light sensor on Android and iOS.
5.0.0 #
- Update Gradle and Kotlin
- Added support for iOS Ambient reading - Requires specific permissions and certificates (see Apple Docs | Configuring for SensorKit)
4.1.1 #
- upgrading ios version
4.1.0 #
- removing unused package
4.0.0 #
- Upgrade of APK (issue [#1116])
- Added linter to the code
- Removed marked support for iOS in pubspec file
- Refactor of error handling (removing the
LightException) - Refactor of example app code
3.0.1 #
- Updated pubspec.yaml
3.0.0 #
Light()implemented as singleton.- Updates Kotlin plugin and AGP.
- Upgrade of
compileSdkVersionto 33. - Upgrade to Dart 3.
2.1.0 #
lightSensorStreamis not returningnullvalues.- update to example app
2.0.0 #
- Migration to null safety
1.0.0 #
- Updated version of the old plugin.