juice_analytics 0.1.0 copy "juice_analytics: ^0.1.0" to clipboard
juice_analytics: ^0.1.0 copied to clipboard

Event and screen tracking as a Juice bloc, with a consent gate and a fan-out sink seam.

Changelog #

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.1.0 - 2026-05-28 #

Added #

  • Initial release.
  • AnalyticsBloc — event + screen tracking, fanned out to one or more sinks, behind a consent gate.
  • AnalyticsSink — vendor seam (logEvent/setScreen/setUser/flush). Ship a Firebase/Mixpanel/Segment adapter; ConsoleAnalyticsSink and NoopAnalyticsSink included.
  • Fan-out with isolation — a throwing sink can't break tracking for the rest.
  • Consent-first — when disabled, events are dropped (counted), never buffered, so nothing leaks once consent is later granted.
  • APIlog, screen, setUser, setConsent, flush.
  • Rebuild groupsanalytics:status, analytics:screen.
0
likes
150
points
12
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

Event and screen tracking as a Juice bloc, with a consent gate and a fan-out sink seam.

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#analytics #telemetry #tracking #bloc #state-management

Funding

Consider supporting this project:

github.com

License

MIT (license)

Dependencies

flutter, juice

More

Packages that depend on juice_analytics