ai_tracker 0.1.2
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_trackermetadata to point to the published GitHub repository.
0.1.1 #
- 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.
0.1.0 #
- 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.