- Added support for iOS.
- Restructuring of the interaction between the plugin and native applications.
- Reduced minSdk version to 23
Screen()
implemented as singleton.- Updates Kotlin plugin and AGP.
- Upgrade of
compileSdkVersion
to 33. - Upgrade to Dart 3.
- Null safety migration
- Fixed an issue causing the plugin to crash when the stream was cancelled and then opened again.
- See cph-cachet#188
- Migrated to new Android Plugin API (Flutter 1.12)
- Migrated to AndroidX