tgram_analytics 0.1.2
tgram_analytics: ^0.1.2 copied to clipboard
Lightweight Dart/Flutter SDK for tgram-analytics, a privacy-first self-hosted analytics platform.
0.1.2 #
- Docs: simplified install instructions to use
flutter pub add tgram_analytics/dart pub add tgram_analytics.
0.1.1 #
- Docs: README mentions the managed hosted service (tgram-analytics.com) and the Telegram bot (@MyTelegramAnalyticsBot) alongside the self-hosted option.
0.1.0 #
- Initial release.
TGAclient withtrack(),pageview(),identify(),forget(),flush(),close().- Optional event batching via
BatchOptions. - Fire-and-forget error handling (errors logged, never thrown).