flutter_skill 0.1.3
flutter_skill: ^0.1.3 copied to clipboard
Give your AI Agent eyes and hands inside your Flutter app.
0.1.3 #
- Fix: Critical fix for
launchcommand to correctly capture VM Service URI with auth tokens. - Fix: Critical fix for
inspectcommand to correctly traverse widget tree (was stubbed in 0.1.2). - Feature:
launchcommand now forwards arguments toflutter run(e.g.-d macos).
0.1.2 #
- Docs: Updated README architecture diagram to reflect
flutter_skillexecutable. - No functional changes.
0.1.1 #
- Featured: Simplified CLI with
flutter_skillglobal executable. - Refactor: Moved CLI logic to
lib/src/clifor better reusability. - Usage:
flutter_skill launch,flutter_skill inspect, etc.
0.1.0 #
- Initial release of Flutter Skill.
- Includes
launch,inspect,actCLI tools. - Includes
flutter_skillapp-side binding. - Includes MCP server implementation.