active_reach_sdk
Active Reach Mobile SDK for Flutter - customer analytics, in-app messaging, push, consent, and Meta CAPI dedup helpers.
0.8.1
active-reach/mobile-sdk
What this package is like to depend on
Last release 2 months ago
04 Jun 2026
Too new to tell
only 1 release windows
Nearly every release is documented
notes for 3 of 3 stable releases
Nothing withdrawn
no release was ever pulled
2 months old
3 releases · first in 2026
3 releases in the last 12 months
see the full history below
Release timeline
3 releases · May 2026 to Jun 2026Releases
latest 3-
0.8.104 Jun 2026Release notes
Open source →Android build fix —
0.8.0failed to compile againstandroid-sdk 1.7.0.- Dropped the
enableAdaptiveBatchinginit param: it was passed to the nativeAegisConfig, which has no such field (the engine has no adaptive-batching feature), so every Android consumer build failed atcompileDebugKotlin. - Consumer note: the native engine requires
minSdk 26— apps using this plugin must setminSdkVersion/minSdkto 26 or higher.
- Dropped the
-
0.8.004 Jun 2026Release notes
Open source →Build fix for external consumers —
0.7.0could not build on Android.- Android: the plugin now depends on the published
ai.active-reach:android-sdk:1.7.0Maven Central artifact.0.7.0referenced an internal monorepo Gradle path (project(':libs:mobile-sdk:android-sdk')) that broke every external Android build. Also declares an explicitnamespaceso it builds under AGP 8/9. - iOS: the CocoaPods dependency now requires
ActiveReachSDK ~> 1.7(was~> 1.6), matching the current native iOS SDK.
No Dart API changes.
- Android: the plugin now depends on the published
-
0.7.027 May 2026Release notes
Open source →First public release on pub.dev. Renamed from internal
aegis_flutterto customer-facingactive_reach_sdk(the internal Kotlin / Swift plugin classes retain theAegisprefix per the brand canon — internal-only, never user-visible).Features at first publish
- Events:
track / screen / page / identify / alias / group / reset - E-commerce: 19-method
EcommerceTrackerwith canonical event names - In-app: 5 preload-first renderers (modal, sticky bar, coach mark, spinner, quiz/rating) via SSE-driven prefetch
- Push:
AegisPushlifecycle hooks against canonical/v1/push/engagement - Consent:
ConsentManagerwith 4 canonical categories - Governance:
TraitGovernor+NameGovernor(Bloom + Murmur3) mirroring the backend ingestion chokepoint - Meta Pixel companion:
MetaPixelCompanionfor CAPI dedup (lastEventIdexposed) - Plugin system:
PluginRegistryextension surface
Notes
- Targets feature-parity with
@active-reach/[email protected](web SDK is the parity reference; mobile SDKs catch up to web) httppinned to^0.13.6(not 1.x) becauseeventsource ^0.4.0still requires it. Bump both together when eventsource ships an http 1.x compatible release.
- Events: