flutter_ai_assistant 0.1.0
flutter_ai_assistant: ^0.1.0 copied to clipboard
Drop-in AI assistant for Flutter apps. Reads UI via Semantics tree, executes multi-step tasks autonomously, and supports Gemini, Claude, and OpenAI.
0.1.0 #
- Initial release.
- ReAct agent loop with multi-step task execution (tap, type, scroll, navigate).
- Semantics-based screen reading — no instrumentation needed.
- LLM providers: Gemini, Claude, OpenAI.
- Voice input (speech-to-text) with multi-locale support.
- Voice output (text-to-speech) with language auto-detection.
- Rich chat overlay with action feed, handoff mode, and response popups.
- Custom tool registration for app-specific business logic.
- App manifest generation for structured screen descriptions.
- Analytics event system via
onEventcallback.