mostly_good_metrics_flutter 0.7.0
mostly_good_metrics_flutter: ^0.7.0 copied to clipboard
Official Flutter SDK for MostlyGoodMetrics - Simple, privacy-focused analytics for your applications.
Unreleased #
- Tighten minimum versions of
shared_preferencesto 2.2.3,path_providerto 2.1.3, anddevice_info_plusto 11.1.1 so their Apple plugins include privacy manifests. $identifyevent now includes$anonymous_id(the stored anonymous ID used beforeidentify()) so the backend can merge the pre-identify anonymous profile into the identified user. Omitted when the anonymous ID is absent or already equals the identified user ID.
0.3.0 #
- A/B testing support:
getVariant(name, {fallback})+ready({timeout})(never hangs) - Server-assigned variants with a shared_preferences-backed cache (stale-while-revalidate, no expiry)
- Automatic
$experiment_exposureevents with persisted dedup anonymous_idsent on identified experiment fetches (stable assignment across identify)
0.1.0 #
- Initial release
- Core analytics tracking functionality
- User identification and session management
- Automatic app lifecycle event tracking
- Event batching and automatic flushing
- Persistent event storage
- Support for all Flutter platforms (iOS, Android, Web, macOS, Windows, Linux)