reteno_plugin 1.7.1
reteno_plugin: ^1.7.1 copied to clipboard
The Reteno Flutter Plugin for Mobile Customer Engagement and Analytics solutions
1.7.1 #
- Add
Reteno.onUserNotificationActionfor listening on mobile push notifications actions
1.7.0 #
- Bump Android sdk to 2.0.12
- Bump iOS sdk to 2.0.11
- Update
initWithmethod signature for Reteno initialization (Android only)- add device id provider parameter
await Reteno.initWith( accessKey: 'access_key', customDeviceId: () async { return await Amplitude.getInstance().getDeviceId(); }, );
- add device id provider parameter
- Add
Reteno.appInboxto get AppInbox messages
1.6.0 #
- Bump Android sdk to 2.0.11
- Added
initWithmethod for Reteno initialization (Android only)
1.5.3 #
- Support AGP 8
- Bump Android sdk to 2.0.10
- Bump iOS sdk to 2.0.9
1.5.2 #
- Bump Android sdk to 2.0.7
- Bump iOS sdk to 2.0.6
- Add
Reteno.getRecommendationsto get recommendation - Add
Reteno.logRecommendationsEventto log recommendation events
1.5.1 #
- Bump Android sdk to 2.0.2
- Bump iOS sdk to 2.0.2
- Add
Reteno.onInAppMessageStatusChangedto get in-app message status changed events - Add
Reteno.pauseInAppMessagesto pause or resume in-app messages
1.5.0 #
- Improve plugin stability when using with other plugins that use background isolate
1.4.2 #
- Fix PropertyAccessException in onDetachedFromEngine
1.4.1 #
Dependencies #
- Bump Android sdk to 1.7.1
- Added function for force updating push permission status on Android 13 and above
1.3.2 #
- Fix method channels initialization not properly working in pair with firebase messaging plugin
1.3.1 #
- Fix plugin not working when adding FirebaseMessaging.onBackgroundMessage handler due to spawning background isolate
- Update handling of config changes in android plugin
1.3.0 #
- Add
Reteno.onRetenoNotificationClickedto get push data on clicked events
1.2.3 #
- Bump iOS sdk to 1.6.6
1.2.2 #
Updates #
Supports push notifications with in-App messages
Dependencies #
- Bump Android sdk to 1.6.6
- Bump iOS sdk to 1.6.5
Fixes #
- Unable to use sentry_flutter with reteno_plugin package (#1). Native Reteno iOS SDK depends strictly on Sentry v8.8.0 so please use
sentry_flutter: 7.8.0to satisfy this restriction.
1.2.1 #
- Update example with required proguard rules if you want to use
minifyEnable=true - Fix issue with unitialized
RetenoPushReceiver
1.2.0 #
- Add
Reteno.logEventmethod to send custom events
1.1.0 #
- Add support for reteno android sdk 1.5.4
- Add support for reteno ios sdk 1.5.4
- Add
Reteno.setAnonymousUserAttributesmethod to set anonymous user attributes - Update Android
minSdkVersionto 21
1.0.0 #
- Initial release of plugin