Skip to content

Releases: ppgco/flutter-sdk

v1.3.4

10 Apr 14:04

Choose a tag to compare

Android: Fix in-app messages not displaying - Fixed currentActivity being null in InAppUIController when SDK is initialized from Dart (after the first Activity.onResume). The SDK registers ActivityLifecycleCallbacks too late to capture the initial resume, so the current activity is now injected directly via reflection at initialization time and before each trigger/route change.

v1.3.3

09 Feb 12:57

Choose a tag to compare

Added consumer ProGuard rules for Huawei HMS classes.

  • Fixes Missing class com.huawei.agconnect.AGConnectOptions and related R8 errors during release build
  • Apps using only GMS (without HMS) no longer fail on minifyReleaseWithR8

v1.3.2

04 Feb 14:19

Choose a tag to compare

Beacon

  • New assignToGroup property in Beacon for assigning subscribers to dynamic groups
  • New unassignFromGroup property in Beacon for unassigning subscribers from dynamic groups
  • Requires ios-sdk 4.2.0+ and android-sdk 3.1.0+

Versions update:
Android native - 3.1.0
iOS native - 4.2.0
iOS InApp native - 4.1.3

v1.3.1

02 Feb 12:51

Choose a tag to compare

We added PushPushGoContentProvider that initializes the SDK very early in the app lifecycle (before FCM can fire). The ContentProvider retrieves credentials from:

  1. AndroidManifest meta-data (recommended)
  2. SharedPreferences (from previous Flutter SDK initialization)

v1.3.0

27 Jan 12:13

Choose a tag to compare

In-App Messages: Display targeted messages within your app based on routes or custom triggers

-Route-based message triggering with InAppMessagesNavigatorObserver
-Custom event triggers via showMessagesOnTrigger()
-Custom code action handlers for button clicks
-Support for multiple routers (Navigator, go_router, auto_route, Beamer)

Notification Click Handler: Handle push notification clicks directly in Flutter

-New onNotificationClickedHandler callback in initialize() method
-New handleNotificationLink option to control automatic URL opening
-Access to full notification payload (link, campaign, project, custom data)

v1.2.4-beta.2

15 Jan 13:38

Choose a tag to compare

v1.2.4-beta.2 Pre-release
Pre-release

Add handleNotificationLink option to control automatic URL opening on notification click
Update Android SDK to 3.0.2

v1.2.4-beta.1

30 Dec 13:31

Choose a tag to compare

v1.2.4-beta.1 Pre-release
Pre-release

Add onNotificationClicked callback support.
Migrate Android example app to new versions.

v1.2.3

09 Jul 09:01

Choose a tag to compare

Uppdate packages
Fix namespace error for android gradle

v1.2.2

06 Jun 11:35

Choose a tag to compare

Cocoapods support for iOS 3.0.3 added
Universal links support added

v1.2.1

30 Apr 10:24

Choose a tag to compare

Fix cocoapods integration via podspec version/source change