Releases: ai-dashboad/flutter-skill
Releases · ai-dashboad/flutter-skill
v0.2.6
Full Changelog: v0.2.5...v0.2.6
v0.2.0 - Major Feature Release
🚀 Major Feature Release - 25+ MCP Tools
Flutter Skill now provides comprehensive control over Flutter applications for AI Agents.
✨ New Features
UI Inspection
get_widget_tree- Full widget tree structureget_widget_properties- Widget details (size, position, visibility)get_text_content- Extract all visible textfind_by_type- Find widgets by type
Interactions
double_tap- Double tap gesturelong_press- Long press gestureswipe- Swipe gesture (up/down/left/right)drag- Drag from one element to another
State Validation
get_text_value- Get text field valueget_checkbox_state- Get checkbox stateget_slider_value- Get slider valuewait_for_element- Wait for element to appearwait_for_gone- Wait for element to disappear
Screenshots
screenshot- Full app screenshot (base64 PNG)screenshot_element- Capture specific element
Navigation
get_current_route- Current route namego_back- Navigate backget_navigation_stack- Navigation history
Debug & Logs
get_logs- Application logsget_errors- Error messagesget_performance- Performance metricsclear_logs- Clear log buffer
🐛 Bug Fixes
- Fixed global swipe using
platformDispatcher.viewsfor screen center calculation - Fixed
screenshot_elementto capture any widget by finding nearestRenderRepaintBoundaryancestor - Fixed deprecated
renderViewElement→rootElement
📦 Install
dependencies:
flutter_skill: ^0.2.0Or: flutter pub add flutter_skill