ai_tracker 0.1.2 copy "ai_tracker: ^0.1.2" to clipboard
ai_tracker: ^0.1.2 copied to clipboard

On-device observability (cost, latency, tokens, errors) for AI/LLM calls in Flutter. Local-first & zero-config, with optional opt-in sync to your backend.

0.1.2 #

  • Updated homepage / repository / issue_tracker metadata to point to the published GitHub repository.

0.1.1 #

  • Upgraded to the latest drift 2.34, drift_flutter 0.3, sqlite3 3.x, sqlite3_flutter_libs 0.6, drift_dev 2.34, and flutter_lints 6.0.
  • Replaced deprecated Color.withOpacity() with .withValues(alpha:) in the dashboard charts.
  • Switched the report CLI from the deprecated Database.dispose() to close().
  • Cleaned up analyzer/lint issues: added a library; directive to the sync facade, removed the unnecessary library name and a redundant test import.
  • Trimmed the package description to pub.dev's length limit and added homepage / repository / issue_tracker metadata.

0.1.0 #

  • Initial local-first release.
  • AiTracker.init() / track() / trackStream() with zero-config local tracking.
  • Cross-platform drift storage (Android, iOS, web, desktop).
  • Reactive AiTrackerDashboard() widget with CustomPainter charts.
  • dart run ai_tracker:report static HTML export.
  • Opt-in sync scaffolding (SyncManager, SyncUploader, workmanager task) and a FastAPI reference backend. Sync is OFF by default.
4
likes
160
points
61
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

On-device observability (cost, latency, tokens, errors) for AI/LLM calls in Flutter. Local-first & zero-config, with optional opt-in sync to your backend.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

drift, drift_flutter, flutter, http, sqlite3, sqlite3_flutter_libs, uuid, workmanager

More

Packages that depend on ai_tracker