bubbl_flutter_sdk 3.0.6
bubbl_flutter_sdk: ^3.0.6 copied to clipboard
Flutter wrapper for Bubbl SDK v3 native Android and iOS cores.
Changelog #
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, andcuratedNotifications. - Aligns the Flutter wrapper with the native SDK 3.0.6 release.
3.0.5 #
- Android SDK notifications now create the shared
bubbl_notificationschannel 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_missingerror when Firebase is not configured in the host app, instead of silently failing to register an FCM token. - iOS installs a retained default
UNUserNotificationCenterDelegatefrom 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-sdksource. - 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.