Skip to content

Releases: urbanairship/airship-flutter

7.1.2

06 Oct 16:09
b52f04c
Compare
Choose a tag to compare

Patch release that fixes an exception occuring while listening to the Airship.messageCenter.onDisplay event

Changes

  • Fixed an error with Airship.messageCenter.onDisplay

7.1.1

22 Sep 16:25
f7f6a68
Compare
Choose a tag to compare

Patch release that fixes the iOS resetBadge method

Changes

  • Fixed an error with Airship.push.ios.resetBadge()

7.1.0

13 Sep 22:17
af8101d
Compare
Choose a tag to compare

Minor release that fixes the iOS resetBadge method, updates to latest SDK versions, and adds a new editTags method to batch tag changes.

Changes

  • Fixed Airship.push.ios.resetBadge()
  • Updated Android SDK to 17.2.1
  • Updated iOS SDK to 17.3.0
  • Added editTags() method to batch tag changes

7.0.0

21 Aug 17:40
db55a10
Compare
Choose a tag to compare

Major release that exposes significantly more of the underlying SDK functionality to Flutter. This release has several breaking changes due to the new modular APIs. Apps should use the migration guide to update Migration Guide.

Behavior Changes

  • The default Message Center UI will now display unless disabled by Airship.messageCenter.setAutoLaunchDefaultMessageCenter(false);
  • Apps must now disable the default preference center UI per preference center ID.

Changes

  • Updated to Android SDK 17.1.0 and iOS SDK 17.1.2
  • Added feature flag support
  • Added new flutter takeOff method with full config support
  • Added new methods to control notification options on iOS
  • Added new listeners for notification status, push token, and iOS authorized settings
  • Added methods to override locale used by Airship messaging
  • Added actions component to manually run any actions from the action's framework
  • Added method to control the In-App display interval
  • Fixed subscription list scope parsing
  • Fixed dropping custom events with null values
  • Dropped intl dependency

6.3.2

19 May 22:23
07da41e
Compare
Choose a tag to compare

Patch release that updates the intl package dependency to support versions >=0.15.7 <1.0.0.
Apps upgrading to Flutter 3.10.0 and higher should update.

6.3.1

29 Apr 00:29
d5c2c64
Compare
Choose a tag to compare

Patch release that updates the Android SDK to 16.9.2 and fixes an issue with contact subscriptions
in the example Preference Center.

Changes

  • Updated Android SDK to 16.9.2
  • Fixed an issue with contact-level subscription lists in the example Preference Center.

6.3.0

30 Mar 08:39
02c3164
Compare
Choose a tag to compare

Minor release that updates the Airship iOS SDK to 16.11.3 and Android SDK to 16.9.1.

6.2.3

07 Mar 15:34
e8d3021
Compare
Choose a tag to compare

Patch release that fixes a bug with contact subscription list on iOS.

Changes

  • Fixed a bug with editContactSubscriptionLists method.

6.2.2

09 Feb 18:14
8700b83
Compare
Choose a tag to compare

Patch release with several bug fixes.

Changes

  • Updated iOS SDK to 16.10.7
  • Added extended actions pod spec to iOS, enabling rate-app action
  • Fixed parsing active notifications on iOS
  • Fixed ChannelRegistration event not firing on channel create on iOS
  • Fixed push received events on iOS

6.2.1

09 Dec 11:28
a386d02
Compare
Choose a tag to compare

Minor release that updates the Airship iOS SDK to 16.10.5.