screen_brightness_monitor 1.0.3
screen_brightness_monitor: ^1.0.3 copied to clipboard
A Flutter plugin to monitor screen brightness changes on Android and iOS using JNI and FFI.
1.0.3 #
- update to jni 1.0.0 and regenerate kotlin and swift bindings
- depend on jni_flutter to get Android context
1.0.2 #
- Fix iOS build by adding missing Obj-C generated file
1.0.1 #
- Reduce Dart SDK constraint to ^3.10.0
1.0.0 #
- Initial release with Android and iOS implementations using jnigen and swiftgen for native bindings.