- Expose
CooeePlugin.requestNotificationPermissionto request notification permission on Android 13. - Add Support to Android 13.
- Using Android SDK v1.4.3.
- Remove unwanted JFrog URL
- Using Android SDK version v1.4.2.
- Using iOS SDK version v1.4.2.
- Using Android SDK version v1.4.1.
- Using Android SDK version v1.4.0.
- Using iOS SDK version v1.4.1.
- Add Android 12L support.
- InApp rendering with custom event.
- Using iOS SDK v1.3.15.
- Using Android SDK v1.3.11.
- Using Android SDK v1.3.11.
- Using Android SDK v1.3.10.
- Using iOS SDK v1.3.14.
- Using latest version of gradle in plugin.
- Using Android SDK v1.3.9.
- Add Null Sound Safety
- Using Android SDK v1.3.5.
- Using iOS SDK 1.3.12.
getUserIDwill return user ID
- Using Android SDK v1.3.4.
- Using iOS SDK 1.3.11
- Update example app.
- Upgrade to Android SDK v1.3.2.
- Update
CooeePlugin.sendEventmethod. - Exposed
CooeePlugin.updateUserProfile. - Deprecate
CooeePlugin.updateUserDataandCooeePlugin.updateUserProperties.
- Update example app
- Upgrade to Android SDK v1.1.1
- Upgrade to iOS SDK v1.3.6
- Expose
getUserIDmethod to access Cooee's userID - Upgrade to Android SDK v1.1.0
- Support of iOS via v1.3.4
- Using Android SDK v1.0.2.
- Using Android SDK v1.0.1.
- Expose
showDebugInfomethod to launch DebugInfo Activity.
- Using Android SDK v0.3.0.
- Add support to Android 11
- Add ActivityLifecycle to observe In-App Trigger
- Remove unwanted methods and files.
- Fix Glassmorphism issue.
- Using Android SDK v0.2.11.
- All methods can now accept
Map<String, dynamic>
- Using Android SDK v0.2.10.
- Added Glassmorphism effect.
- Using Android SDK v0.2.9.
Because of a limitation in how Flutter for Android handles Activity, we could not achieve Glassmorphism effect in Flutter applications without some extra code. For this to work, you have to add an extra line in each of your route widget.
Add setContext() method to each of your route widget. Check Example for reference.
+ CooeePlugin().setContext(context);- Upgrading iOS native SDK to 1.2.4
- Support of iOS.
- Using v0.2.5 of the Android SDK
- Using v0.2.4 of the Android SDK
- Using v0.2.3 of the Android SDK
- In-App trigger action button handling added.
- Using v0.2.1 of the Android SDK.
- Using v0.2.0 of the Android SDK.
- Fix installing the plugin on the app.
- Rename
CooeePluginFluttertoCooeePlugin. - Use the latest version of Android SDK.
- First release.