Skip to content

Releases: urbanairship/airship-flutter

6.2.0

19 Nov 00:23
52def04
Compare
Choose a tag to compare

Minor release that updates the Airship iOS SDK to 16.10.3 and Android SDK to 16.8.0.

6.1.0

03 Aug 22:41
a9ebc5e
Compare
Choose a tag to compare

Minor release that updates Airship Android SDK to 16.7.0, and iOS SDK to 16.9.0. This also fixes a crash on No Action buttons on iOS.

  • Updated Airship Android SDK to 16.7.0.
  • Updated Airship iOS SDK to 16.9.0.
  • Fix crash on iOS message center buttons with the action: "No Action".

5.6.0

03 Aug 22:14
8473e45
Compare
Choose a tag to compare

Minor release that updates Airship Android SDK to 16.7.0, and iOS SDK to 16.9.0. This also fixes background message handler for silent pushes and a crash on iOS message center buttons with the action: "No Action".

Changes

  • Updated Airship Android SDK to 16.7.0.
  • Updated Airship iOS SDK to 16.9.0.
  • Fix background message handler for silent pushes on Android.
  • Fix crash on iOS message center buttons with the action: "No Action".

6.0.1

21 Jul 14:28
b66cfb7
Compare
Choose a tag to compare

Patch release that fixes background message handler for silent pushes.

6.0.0

15 Jun 17:14
3197d48
Compare
Choose a tag to compare

Major release that supports flutter 3.

  • Updated Airship Android SDK to 16.5.1.
  • Updated Airship iOS SDK to 16.7.0.
  • Updated Flutter SDK to 3.0.2 and dart SDK 2.17.3.
  • Fixed code flutter formatting.
  • Fixed pubspec to follow Dart file conventions.
  • Updated Flutter example to flutter 3.

5.5.0

05 May 00:23
Compare
Choose a tag to compare

Minor release that updates Airship Android SDK to 16.4.0, and iOS SDK to 16.6.0. These SDK releases fix several issues with Scenes and Surveys. Apps using Scenes & Surveys should update.

  • Added support for randomizing Survey responses.
  • Added subscription list action.
  • Updated localizations. All strings within the SDK are now localized in 48 different languages.
  • Improved accessibility with OOTB Message Center UI.
  • In-App rules will now attempt to refresh before displaying. This change should reduce the chances of showing out of data or cancelled in-app automations, scenes, or surveys when background refresh is disabled.
  • Fixed reporting issue with a single page Scene.
  • Fixed rendering issues for Scenes & Surveys.
  • Fixed deep links that contain invalid characters by encoding those deep links.
  • Fixed crash on Android 8 with Scenes & Surveys.
  • Fixed Survey attribute storage on Android.

5.4.0

04 Apr 22:40
10659a4
Compare
Choose a tag to compare

Minor release that adds support for registering a handler that will be
called when a message is received in the background on Android.

Changes

  • Added support for handling background messages on Android
  • Updated iOS SDK to 16.5.1

5.3.0

05 Mar 02:26
Compare
Choose a tag to compare

Minor release that adds support for multi-channel Preference Center.

Changes

  • Added support for multi-channel Preference Center
  • Added a method to trigger takeOff from Flutter
  • Fixed clearing named user on iOS
  • Updated iOS SDK to 16.4.0
  • Updated Android SDK to 16.3.3

5.2.0

10 Feb 17:42
24285d8
Compare
Choose a tag to compare

Minor release updating iOS SDK and Android SDK to 16.3.0

Changes

  • Updated iOS SDK to 16.3.0
  • Updated Android SDK to 16.3.0

5.1.1

13 Jan 20:46
Compare
Choose a tag to compare

Patch release that updates to latest Airship SDKs and fixes a nullable variable issue
in PushReceivedEvent.

Changes

  • Updated iOS SDK to 16.1.2
  • Updated Android SDK to 16.1.1
  • Fixed issue when PushReceivedEvent's notification is null