is_lock_screen2 2.0.3
is_lock_screen2: ^2.0.3 copied to clipboard
Detects if device is in lock screen. Useful for determining whether app entered background due to locking screen or leaving app.
[2.0.3] - 2025-04-08 #
- removing name space from AndroidManifest.xml and moving it to build.gradle
- upgrading gradle version to 8.4
- removing the registerWith, it's no longer needed in the new FlutterPlugin
[2.0.2] - 2025-02-24 #
- updating the min and the target sdk and the kotlin version
[2.0.1] - 2023-7-23 #
- Update Android Gradle
[2.0.0] - 2021-04-08 #
-
Support null safety
-
Clean up unused code and debug prints in iOS native part
-
Update and and clean up example code
[1.0.0] - 2020-07-16 #
- Initial release