flux_analytics_sdk 0.1.0
flux_analytics_sdk: ^0.1.0 copied to clipboard
Flux Analytics official Flutter SDK for tracking events, sessions, and user identity.
Changelog #
All notable changes to this project will be documented in this file.
0.1.0 - 2026-02-05 #
Added #
- Full Session Management: Automatic tracking of app sessions with
session_id,start_time,end_time, andduration. - App Lifecycle Awareness: Automatic session restart on app resume and cleanup on app pause.
- Enhanced Event Log Schema: Every event now includes a mandatory
session_idanddevice_idfor path analysis. - Sessions Table Support: Dedicated table tracking for high-fidelity session analytics.
Changed #
- Refactored
trackmethod to automatically include session and device metadata. - Internal: Improved type safety for event payloads.
0.0.9 - 2026-02-04 #
Fixed #
- Fixed data ingestion issues by aligning SDK field names with database schema.
- Map
event_nametogame_typecolumn for better filtering. - Consolidate all metadata/properties into the
metadataJSON column.
Added #
- Direct support for the
installstable for accurate attribution tracking. - Polymorphic event queue that supports multiple database endpoints.
0.0.8 - 2026-02-04 #
0.0.7 - 2026-02-04 #
Fixed #
- Resolved iOS deployment issue: Renamed
podspecto match the package name (flux_analytics_sdk.podspec).
0.0.6 - 2026-02-04 #
Changed #
- Refined README installation guide to prioritize
pub.dev. - Synchronized Dashboard integration snippets with official package name.
0.0.5 - 2026-02-04 #
Changed #
- Minor metadata updates and documentation refinement for public release.