dashi 1.0.1
dashi: ^1.0.1 copied to clipboard
Pure Dart client for Umami Analytics — pageviews, custom events, identify, and a pluggable offline queue. Web included.
1.0.1 #
- Add a package example (
example/main.dart). No API changes.
1.0.0 #
First stable release.
- Pure Dart Umami Analytics client for
/api/send— pageviews, custom events,identify. Web included. UmamiClient: fire-and-forget API (never throws), creation-time timestamps, cache-token continuity, opportunistic batch flush.- Pluggable offline queue with TTL:
InMemoryQueueStore(default),NoopQueueStore. - Transports:
LuckyTransport(default, Lucky Dart / dio) andHttpTransport(package:http). - Conditional
User-Agent(io only — forbidden header on web).