screen_state 4.0.0 screen_state: ^4.0.0 copied to clipboard
A plugin for reporting screen events while the flutter application is running in background. Works for Android and iOS only.
4.0.0 #
- Added support for iOS.
- Restructuring of the interaction between the plugin and native applications.
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