hotfy_cdp_sdk 1.0.2
hotfy_cdp_sdk: ^1.0.2 copied to clipboard
Hotfy CDP SDK for Flutter - event tracking, identity, attribution, push notifications, ad revenue (ILAR)
Changelog #
1.0.2 #
Initial release.
HotfyCdpclient com API estática (init,track,screen,identify,reset,shutdown).- Event tracking com queue offline-first persistido em
shared_preferences. - Identity: anonymous ID (uuidv7) + user ID linkado via
identify. - Attribution capture (Install Referrer Android via platform channel + manual via
AttributionParams). - Push notifications: registro de token FCM + tracking de
push_received/push_opened. - Ad revenue tracking (AdMob ILAR) via
trackAdImpression. - Lifecycle manager — flush automático no background via
WidgetsBindingObserver. - Contexto automático de device (OS, modelo, locale, timezone, screen size, app version) anexado a todos eventos.
- HTTP client com retry exponencial (3x: 1s/3s/9s) e timeout 10s.