screen_state 3.0.1 screen_state: ^3.0.1 copied to clipboard
A plugin for reporting screen events while the flutter application is running in background. Works for Android only.
3.0.1 #
- Reduced minSdk version to 23
3.0.0 #
Screen()
implemented as singleton.- Updates Kotlin plugin and AGP.
- Upgrade of
compileSdkVersion
to 33. - Upgrade to Dart 3.
2.0.0 #
- Null safety migration
1.0.1 #
- Fixed an issue causing the plugin to crash when the stream was cancelled and then opened again.
1.0.0 #
- Migrated to new Android Plugin API (Flutter 1.12)
0.5.0 #
- Migrated to AndroidX