Skip to content

Releases: cleverpush/cleverpush-flutter-sdk

1.24.35

21 May 13:27
f820bb9

Choose a tag to compare

1.24.35 (21.05.2026)

  • Updated native iOS + Android SDKs

1.24.34

29 Apr 12:18
596e60a

Choose a tag to compare

1.24.34 (29.04.2026)

  • Updated native iOS + Android SDKs

1.24.33

13 Mar 13:41
d06bbb9

Choose a tag to compare

1.24.33 (13.03.2026)

  • Updated native iOS + Android SDKs
  • Added a new method setHandleUrlFromSceneDelegate to configure URL handling from SceneDelegate (iOS only)
  • Fixed the iOS example build by updating CocoaPods/Xcode configuration

1.24.32

16 Feb 15:13
ed6ddc0

Choose a tag to compare

1.24.32 (16.02.2026)

  • Updated native iOS + Android SDKs

1.24.31

02 Feb 06:57
5b66529

Choose a tag to compare

1.24.31 (02.02.2026)

  • Added a new method removeAllNotifications to clear all locally stored notifications.
  • Updated native iOS + Android SDKs

1.24.30

22 Jan 06:12
2975190

Choose a tag to compare

1.24.30 (22.01.2026)

  • Implemented removeNotification(notificationId), removeNotification(notificationId, removeFromNotificationCenter), and clearNotificationsFromNotificationCenter for notification removal
  • Implemented setHandleUniversalLinksInAppForDomains and getHandleUniversalLinksInAppForDomains (iOS only)
  • Updated native Android SDK

1.24.29

22 Dec 13:25
f6816df

Choose a tag to compare

1.24.29 (22.12.2025)

  • Fixed a CPTopic mapping issue (parentTopic on iOS vs parentTopicId on Android) to ensure compatibility with both payloads.
  • Updated native iOS + Android SDKs

1.24.28

05 Dec 13:08
be70feb

Choose a tag to compare

1.24.28 (05.12.2025)

  • Updated native iOS + Android SDKs

1.24.27

26 Nov 14:03
0239267

Choose a tag to compare

1.24.27 (26.11.2025)

  • Updated native iOS + Android SDKs

1.24.26

18 Nov 13:00
80ebd78

Choose a tag to compare

1.24.26 (18.11.2025)

  • Implemented SubscriptionHandler to provide success and failure results during the subscription flow.
  • Added a CPTopic class for topics, including implementations for hashCode, equals, toString, copyWith, and additional helper methods.
  • Updated native iOS + Android SDKs