You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 7, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,28 @@
2
2
3
3
Remove TODO for onDetachedFromActivity method
4
4
5
+
# 0.1.5
6
+
7
+
Remove interface in ios, fix build bugs
8
+
9
+
# 0.1.4
10
+
11
+
Update to latest Optimizely sdks, add new functions
12
+
13
+
# 0.1.3
14
+
15
+
Tests running and passing on latest Dart release 2.0.5
16
+
Migration to null safety as detailed here: https://dart.dev/null-safety/migration-guide#step2-migrate
17
+
Thanks to @afermin for the update with PR #11 🙏
18
+
19
+
# 0.1.2
20
+
21
+
Added asynchronous initialization as described here: https://docs.developers.optimizely.com/full-stack/docs/initialize-sdk-android#section-asynchronous-initialization
22
+
23
+
# 0.1.1
24
+
25
+
Mark plugin methods as non-static to help with testing.
0 commit comments