flutter_copilot 0.9.1
flutter_copilot: ^0.9.1 copied to clipboard
Copilot for Flutter apps. Let an AI agent understand and navigate your app UI through the semantics tree.
0.9.1 #
- Initial MVP package.
- Added
CopilotApp,CopilotController, andCopilotSession. - Added semantics scene capture and compression.
- Added provider-agnostic LLM adapter interface.
- Added fake and OpenAI LLM adapters.
- Added UI action executor for tap, text input, scroll, and wait.
- Added default safety policy for destructive labels.
- Added example app and focused tests.