- Support Flutter 2.10.0 Now its default Android Target is Android 12 (sdk 31).
- Android: Migrated from jcenter to mavenCentral
- Android: Updated Kotlin to 1.6.10
- Android: Updated Gradle to 7.0.2
- Android: Updated Gradle Build Tools to 7.0.4
Remove TODO for onDetachedFromActivity method
Remove interface in ios, fix build bugs
Update to latest Optimizely sdks, add new functions
Tests running and passing on latest Dart release 2.0.5 Migration to null safety as detailed here: https://dart.dev/null-safety/migration-guide#step2-migrate Thanks to @afermin for the update with PR #11 🙏
Added asynchronous initialization as described here: https://docs.developers.optimizely.com/full-stack/docs/initialize-sdk-android#section-asynchronous-initialization
Mark plugin methods as non-static to help with testing.
Initial release.