Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Latest commit

 

History

History
41 lines (24 loc) · 941 Bytes

CHANGELOG.md

File metadata and controls

41 lines (24 loc) · 941 Bytes

0.1.8

  • Support Flutter 2.10.0 Now its default Android Target is Android 12 (sdk 31).

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.