sentinel_analytics_realm_dart 0.0.3
sentinel_analytics_realm_dart: ^0.0.3 copied to clipboard
Dart/Flutter client for Sentinel Analytics Realm HTTP ingestion.
Changelog #
All notable changes to this project will be documented in this file.
0.0.1 #
- Initial release of
sentinel_analytics_realm_dart. - Added
SentinelAnalyticsRealmPluginwith:track(name, ...)for single eventstrackBatch(List<SentinelAnalyticsRealmEvent>)for batched eventsidentify(userId, {visitorId, traits})convenience method
- Environment support via
Platform.environmentwhen available; constructor params otherwise. - Example app and CI/publish scripts.
0.0.2 #
- Replace ingest token with accessToken parameter.
- Authorization header now uses access token (aligned with API changes).
0.0.3 #
- Minor fixes and improvements.