Changelog

Check out the release history for the Flutter SDK. Stable releases have been tested thoroughly and are ready for use in your production apps.

Need to upgrade?

Select your current version to see all the features and fixes from your version to the latest release.

1.x Releases


    • 1.5.2

      code changes

      Updates Android Native dependency from 3.11.0 to 3.11.2 which includes following improvements.

      Features

      • Messages created in the new drag and drop in-app editor will load much faster and don’t require pre-fetching assets. If you are using the older in-app editor, the initial in-app message may experience a delay. We highly recommend upgrading to the new in-app editor to avoid this issue and ensure optimal performance. [#139] (b10cc75)

      Bug Fixes

      • Fixed crash that could occur on some Android devices during asset pre-fetching step in certain situations. [#139] (b10cc75)
      • Resolved an issue where calling CustomerIO.MessagingInApp().dismissMessage() explicitly would print crash logs on Android. The method can now be called safely without unnecessary logs. [#142] (1635acf)
    • 1.5.1

      code changes

      Bug Fixes

      • Resolved an issue where the native iOS code communicated to the Flutter code on a non-platform thread. This change ensures that platform channel messages are sent on the correct platform thread, preventing potential data loss or crashes. (#134) (bc8704b)
    • 1.5.0

      code changes

      Features

      • When using page rules and when an in-app messages need a second to load, the in-app message might appear after a user navigates to another page. We made changes to ensure the page-rules are checked after the message is loaded and immediately before it’s displayed in order to resolve this issue.(#131) (a563055)