Flutter Changelog

The latest updates to the Airship Flutter plugin

10.2.0 March 27, 2025

Minor release that updates the Android SDK to 19.4.0 and the iOS SDK to 19.1.1

Changes

10.1.0 February 12, 2025

Minor release that updates the Android SDK to 19.1.0 and the iOS SDK to 19.0.3

Changes

10.0.0 February 6, 2025

Major release that updates the Android SDK to 19.0.0 and the iOS SDK to 19.0.3

Changes

9.1.1 January 17, 2025

Patch release that updates the Android SDK to 18.6.0 and the iOS SDK to 18.14.2

Changes

9.1.0 December 7, 2024

Minor release that updates the Android Airship SDK to 18.5.0 and iOS Airship SDK to 18.13.0

Changes

9.0.1 November 28, 2024

Patch release that updates the iOS SDK to 18.12.2 and Android SDK to 18.4.2

Changes

  • Updated Android SDK to 18.4.2.
  • Updated iOS SDK to 18.12.2.

9.0.0 November 16, 2024

Major version release that drops support for v1 embeddings.

Changes

  • Drops support for deprecated v1 embeddings.

8.0.4 November 8, 2024

Patch release that resolves an issue with Firebase integrations and fixes an issue with opt-in checks when requestAuthorizationToUseNotifications is set to false on iOS.

Changes

  • Updated Airship iOS SDK to 18.12.1
  • Fixed issues caused by swizzling conflicts with some Firebase framework integrations.
  • Fixed opt-in check permissions querying when requestAuthorizationToUseNotifications is set to false on iOS.

8.0.3 November 7, 2024

Patch release that resolves an issue with Firebase integrations and fixes an issue with opt-in checks when requestAuthorizationToUseNotifications is set to false on iOS.

Changes

  • Updated Airship iOS SDK to 18.12.1
  • Fixed issues caused by swizzling conflicts with some Firebase framework integrations.
  • Fixed opt-in check permissions querying when requestAuthorizationToUseNotifications is set to false on iOS.

8.0.2 November 4, 2024

Version 8.0.2 - November 4, 2024

Patch release that updates to latest SDKs and resolves an issue with Firebase integrations. Applications that integrate with Firebase are encouraged to update.

Changes

  • Updated Airship Android SDK to 18.4.0
  • Updated Airship iOS SDK to 18.12.0
  • Fixed token clearing during registration retries when Firebase is not yet ready.

8.0.1 October 25, 2024

Patch release that fixes an issue with event streams that causes deep links to fail when the app is launched from a terminated state. Apps that use deep linking are encouraged to update.

Changes

  • Fixed event stream handling for initial events
  • Fixed tracking live activities started from a push notification

8.0.0 October 25, 2024

Major version that makes it easier to include Airship in a hybrid app. The only breaking change is when extending the AirshipPluginExtender protocol on java there is a new extendConfig(Contex, AirshipConfigOptions.Builder) method to implement. Most application will not be affected.

Changes

  • Added new methods to the plugin extender to make hybrid app integrations easier

7.9.0 October 21, 2024

Minor version release with several new features including: iOS Live Activities, Android Live Updates, Message Center improvements, and iOS notification service extension support in the iOS example project.

Changes

  • Updated Airship Android SDK to 18.3.3
  • Updated Airship iOS SDK to 18.11.1
  • Added notificationPermissionStatus to PushNotificationStatus
  • Added options to enableUserNotifications to specify the PromptPermissionFallback when enabling user notifications
  • Added new showMessageCenter(messageId?: string) and showMessageView(messageId: string) to MessageCenter to display the OOTB UI even if autoLaunchDefaultMessageCenter is disabled
  • Added new APIs to manage iOS Live Activities
  • Added new APIs to manage Android Live Updates
  • Added a new iOS plugin extender to modify the native Airship SDK after takeOff
  • Added new Android plugin extender to modify the native Airship SDK after takeOff

7.8.2 September 13, 2024

Patch release that fixes a potential Swift compile error.

Changes

  • Fixed a potential Swift compile error.

7.4.0 September 10, 2024

Minor release that updates the Android SDK to 17.8.1 and iOS SDK to 18.2.2

Changes

  • Updated Android SDK to 17.8.1.
  • Updated iOS SDK to 18.2.2.

7.8.1 September 10, 2024

Patch release that brings back in-app messages methods and fixes a potential Swift compile error.

Changes

  • Brought back setPaused(), isPaused(), setDisplayInterval() and displayInterval() methods.
  • Fixed a potential Swift compile error.

7.8.0 September 4, 2024

Minor release that adds early access support for Embedded Content.

Changes

  • Adds AirshipEmbeddedView and listener methods to Airship.inApp for Embedded Content.

7.7.1 August 17, 2024

Patch release that adds a message center message list refresh operation on iOS. This allows message center messages to properly display when launched from a push while the iOS app is backgrounded. iOS apps that open message center messages directly from push notifications are encouraged to update.

Changes

  • Refresh message center messages when message is initially unavailable on iOS.

7.7.0 August 13, 2024

Minor release that fixes test devices audience check, holdout group experiments displays and in-app experience displays when resuming from a paused state. Apps that use in-app experiences are encouraged to update.

Changes

  • Updated Android SDK to 18.1.6.
  • Updated iOS SDK to 18.7.2.
  • Fixed test devices audience check.
  • Fixed holdout group experiments displays.
  • Fixed in-app experience displays when resuming from a paused state.

7.6.0 July 11, 2024

Minor release that updates the Android SDK to 18.1.1 and the iOS SDK to 18.5.0.

Changes

  • Updated Android SDK to 18.1.1
  • Updated iOS SDK to 18.5.0
  • Updated airship-mobile-framework-proxy to 7.0.0
  • Updated Kotlin version to 1.9.0
  • Added support for configuring log privacy level on iOS

7.5.0 June 21, 2024

Minor release that updates iOS SDK to 18.4.1, updates Android compileSDKVersion from 33 to 34, sets Android source and target compatibility to Java 17, updates android example build configuration, improves example UI, and updates the airship mobile framework proxy to 6.3.1 which includes a fix for event management.

Changes

  • Updated iOS SDK to 18.4.1
  • Updated airship-mobile-framework-proxy to 6.3.1
  • Fixed Event Emitter bug
  • Updated Android compileSDKVersion from 33 to 34 and set source and target compatibility to Java 17
  • Updated Android example build configration
  • Improved example UI

7.3.2 May 3, 2024

Patch release that updates the iOS SDK to 18.1.2

Changes

  • Updated iOS SDK to 18.1.2.

7.3.1 February 20, 2024

Patch release that updates the Android and iOS SDK to 17.7.3 and fixes a build issue when using Android Gradle Plugin 8+.

Changes

  • Updated Android SDK to 17.7.3.
  • Updated iOS SDK to 17.7.3.
  • Added a namespace to the Airship module.