diff --git a/packages/screen_state/CHANGELOG.md b/packages/screen_state/CHANGELOG.md index cac4d1f1a..4721e8f0e 100644 --- a/packages/screen_state/CHANGELOG.md +++ b/packages/screen_state/CHANGELOG.md @@ -1,4 +1,4 @@ -## 3.1.0 +## 4.0.0 - Added support for iOS. - Restructuring of the interaction between the plugin and native applications. diff --git a/packages/screen_state/README.md b/packages/screen_state/README.md index 7bd024baa..03b02bf87 100644 --- a/packages/screen_state/README.md +++ b/packages/screen_state/README.md @@ -42,4 +42,5 @@ The stream can also be cancelled again by calling the `cancel()` method: #### iOS: - This package will exclusively detect screen unlocks on iOS devices that are protected with a passcode. If the device lacks a passcode, it will solely detect the screen's on/off state; -- The detection doesn't function when the app is running in the iOS simulator. The plugin will only return a 'Screen_On' event. \ No newline at end of file +- The detection doesn't function when the app is running in the iOS simulator. The plugin will only return a 'Screen_On' event. +- When the user sets their brightness to the lowest setting, it is possible that this generates a `SCREEN_ON` event, a limitation to the way that this plugin detects when the screen is off.