ai_tracker
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.
What this package is like to depend on
Last release 1 months ago
16 Jul 2026
Too new to tell
only 1 release windows
Nearly every release is documented
notes for 3 of 3 stable releases
Nothing withdrawn
no release was ever pulled
1 months old
3 releases · first in 2026
3 releases in the last 12 months
see the full history below
Release timeline
3 releases · Jul 2026 to Jul 2026Releases
latest 3-
0.1.216 Jul 2026Release notes
Open source →- Updated
homepage/repository/issue_trackermetadata to point to the published GitHub repository.
- Updated
-
0.1.116 Jul 2026Release notes
Open source →- Upgraded to the latest
drift2.34,drift_flutter0.3,sqlite33.x,sqlite3_flutter_libs0.6,drift_dev2.34, andflutter_lints6.0. - Replaced deprecated
Color.withOpacity()with.withValues(alpha:)in the dashboard charts. - Switched the report CLI from the deprecated
Database.dispose()toclose(). - 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_trackermetadata.
- Upgraded to the latest
-
0.1.016 Jul 2026Release notes
Open source →- Initial local-first release.
AiTracker.init()/track()/trackStream()with zero-config local tracking.- Cross-platform
driftstorage (Android, iOS, web, desktop). - Reactive
AiTrackerDashboard()widget with CustomPainter charts. dart run ai_tracker:reportstatic HTML export.- Opt-in sync scaffolding (
SyncManager,SyncUploader,workmanagertask) and a FastAPI reference backend. Sync is OFF by default.