Skip to content

Releases: wonderpush/wonderpush-flutter-sdk

v2.3.10

19 Apr 14:22
Compare
Choose a tag to compare

Changelog:

  • update iOS SDK to v4.3.1

v2.3.9

14 Feb 13:55
Compare
Choose a tag to compare

Changelog:

  • Setting namespace in build.gradle to support Android Gradle Build plugin v8

HCM v1.0.5

14 Feb 13:49
Compare
Choose a tag to compare

Changelog:

  • Setting namespace in build.gradle to support Android Gradle Build plugin v8

FCM v1.0.8

14 Feb 13:45
Compare
Choose a tag to compare

Changelog:

  • Upgrade to Android FCM module v1.0.7
  • Setting namespace in build.gradle to support Android Gradle Build plugin v8

v2.3.8

08 Feb 13:25
Compare
Choose a tag to compare

Changelog:

  • Upgrade native WonderPush Android SDK from 4.3.5 to 4.4.1
  • Declare compatibility with Flutter v3

v2.3.7

05 Sep 09:42
Compare
Choose a tag to compare

Changelog:

  • In this release you can listen to notification clicks and (some) receptions by implementing WonderPushDelegate methods onNotificationOpened() and onNotificationReceived(). See https://docs.wonderpush.com/docs/advanced-click-handling
  • Using iOS SDK v4.1.6
  • Using Android SDK v4.3.5

HCM v1.0.4

05 Sep 09:34
Compare
Choose a tag to compare

Changelog:

  • Using Android HCM module v1.0.3

FCM v1.0.7

05 Sep 09:25
Compare
Choose a tag to compare

Changelog:

  • using Android FCM Module v1.0.6

v2.3.6

03 Apr 15:52
Compare
Choose a tag to compare

Changelog:

  • Update Android SDK to v4.3.4
    • Miscellaneous fixes:
      • Protect against NullPointerExceptions if the PromptActivity was manually shown instead of shown by the SDK.
      • Uniformize the way geolocation is sent with other SDKs
      • Fix two deprecations

v2.3.5

20 Feb 11:31
Compare
Choose a tag to compare

Changelog:

  • Upgrade to WonderPush iOS SDK v4.1.5
  • Upgrade to WonderPush Android SDK v4.3.3
  • Expose access token, device ID and user consent
  • Allow subscribeToNotifications(bool) to show a dialog that takes users to settings on Android