katyayani_core 1.1.0
katyayani_core: ^1.1.0 copied to clipboard
Katyayani Core SDK — Push notifications (sticky, timer, standard), nudges, event tracking for Flutter apps.
1.1.0 #
- API key validation on SDK init — SDK verifies key via
/v1/sdk/config/:siteIdbefore enabling tracking - Guard all public methods (
track,screenView,identify,flushEvents) — no-op if key validation failed - Invalid or revoked keys result in silent no-op instead of sending unauthenticated data
1.0.0 #
- Initial release
- Event tracking with batching, persistence, and retry
- Push notifications (standard, sticky, timer)
- In-app nudges with navigation callbacks
- Automatic screen view tracking via
KCNavigationObserver - User identity management (identify / reset)
- Session management with configurable timeout
- Offline event persistence and flush-on-reconnect
enablePushflag for apps that handle push independently