Flutter SDK Release Notes

We are constantly working to improve our SDK. Here you’ll find the change log for the Flutter SDK and related details.


Flutter 1.5.1 Release

:high-brightness: Improved

  • Bumped Android sdk to 2.0.2
  • Bumped iOS sdk to 2.0.2

🚀 Added

  • Added Reteno.onInAppMessageStatusChanged to get in-app message status changed events
  • Added Reteno.pauseInAppMessages to pause or resume in-app messages

Read more


Flutter 1.4.2 Release

:white-check-mark: Fixed

Fixed lateinit property methodChannel has not been initialized on Android

Read more


Flutter 1.4.1 Release

🚀 Added

  • Added support for new Android SDK version with new updatePushPermissionStatus function

Read more


Flutter 1.4.0 Release

:high-brightness: Improved

  • Bumped Android SDK to 1.7.0
  • Bumped iOS SDK to 1.7.1

Read more


Flutter 1.3.2 Release

:white-check-mark: Fixed

  • Fixed method channels initialization not properly working in pair with Firebase messaging plugin

Read more


Flutter 1.3.1 Release

:high-brightness: Improved

  • Updated handling of config changes in Android plugin

:white-check-mark: Fixed

  • Fixed plugin not working when adding FirebaseMessaging.onBackgroundMessage handler due to spawning background isolate

Read more


Flutter 1.3.0 Release

🚀 Added

  • Added Reteno.onRetenoNotificationClicked to get push data on clicked events

Read more