bubbl_flutter_sdk 3.1.3 copy "bubbl_flutter_sdk: ^3.1.3" to clipboard
bubbl_flutter_sdk: ^3.1.3 copied to clipboard

Flutter wrapper for Bubbl SDK v3 native Android and iOS cores.

Changelog #

3.1.3 #

  • Hardens GitHub release publishing so Flutter pub.dev releases use v-prefixed trusted-publisher tags.
  • Aligns the Flutter wrapper with the native SDK 3.1.3 release.

3.1.2 #

  • Persists iOS SDK boot configuration so background notification and location wakes can restore runtime state before React Native or Flutter host code has booted again.
  • Aligns the Flutter wrapper with the native SDK 3.1.2 release.

3.1.1 #

  • Restyles the native SDK default notification modal on Android and iOS with a light card layout, clearer actions, and polished survey controls.
  • Adds regression coverage so survey options/choices continue to survive notification payload parsing.
  • Aligns the Flutter wrapper with the native SDK 3.1.1 release.

3.0.6 #

  • Adds Flutter geofence snapshot event models and native bridge handling so host apps can render active campaign polygons consistently across Android and iOS.
  • Expands native geofence parsing to accept imported runtime aliases such as locations, location, notifications, and curatedNotifications.
  • Aligns the Flutter wrapper with the native SDK 3.0.6 release.

3.0.5 #

  • Android SDK notifications now create the shared bubbl_notifications channel at high importance, replacing an older lower-importance channel when possible so eligible notifications can appear as heads-up banners.
  • Android SDK registration now emits a clear firebase_config_missing error when Firebase is not configured in the host app, instead of silently failing to register an FCM token.
  • iOS installs a retained default UNUserNotificationCenterDelegate from the Flutter wrapper so foreground notifications use banner/list presentation and taps are forwarded to the SDK.
  • Filters paused and inactive runtime campaigns before they can surface through geofence or notification handling.
  • Aligns the Flutter wrapper with the native SDK 3.0.5 release.

3.0.2 #

  • Updated package metadata to use the GitHub bubbl-platform/renewed-sdk source.
  • Removed the nightly environment from the public SDK surface.

3.0.1 #

  • Added the initial Flutter v3 facade and model surface.
  • Added native Android and iOS platform-channel bridge scaffolding to the Bubbl SDK v3 cores.
  • Added baseline wrapper tests and publish metadata.