flutter_ai_debugger 0.1.1
flutter_ai_debugger: ^0.1.1 copied to clipboard
AI-powered Flutter error tracker & debugger using Gemini: capture, analyze, store (Hive), and export (CSV/JSON).
0.1.0 #
- Initial public release
- AI analysis with Gemini
- Hive storage for reports
- Export to JSON/CSV
- Dashboard and viewers widgets
0.1.1 #
- Export public API:
AiDebugger
,AiDebugConfig
- Injectable
GeminiService
and Hive configuration for testing - ExportService accepts custom directory
- Dashboard now reacts to live changes via Hive listenable
- Example and README fixes