optimizely_dart 0.1.7
optimizely_dart: ^0.1.7 copied to clipboard
Flutter plugin for Optimizely native SDKs. Check feature flags and feature variables from your Optimizely project.
0.1.7 #
- 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
0.1.6 #
Remove TODO for onDetachedFromActivity method
0.1.5 #
Remove interface in ios, fix build bugs
0.1.4 #
Update to latest Optimizely sdks, add new functions
0.1.3 #
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 🙏
0.1.2 #
Added asynchronous initialization as described here: https://docs.developers.optimizely.com/full-stack/docs/initialize-sdk-android#section-asynchronous-initialization
0.1.1 #
Mark plugin methods as non-static to help with testing.
0.1.0 #
Initial release.