Loading...
Loading...
AI-powered E2E testing for any app. Test 8 platforms with natural language — no test code needed.
npx skill4agent add ai-dashboad/flutter-skill flutter-skill-testingGive your AI agent eyes and hands inside any running app.
npm install -g flutter-skill{
"mcpServers": {
"flutter-skill": {
"command": "flutter-skill",
"args": ["server"]
}
}
}| Tool | Description |
|---|---|
| Capture current screen state |
| Tap an element by key or text |
| Type text into a field |
| Scroll in any direction |
| Navigate back |
| Inspect element details |
| Wait for element to appear |
| List all interactive elements |
| Swipe gesture |
| Long press an element |
| Drag from one point to another |
| Replace text in a field |
| Clear a text field |
flutter-skill launch /path/to/your/app"Test the login flow — enter test@example.com and password123, tap Login, verify Dashboard appears"
screenshot()enter_text("email", "test@example.com")enter_text("password", "password123")tap("Login")wait_for_element("Dashboard")screenshot()"Explore every screen of this app. Test all buttons, forms, navigation, and edge cases. Report any bugs."
screenshot()wait_for_element()get_elements()| Platform | SDK Setup |
|---|---|
| Flutter | |
| iOS (Swift) | Add |
| Android (Kotlin) | Add |
| React Native | |
| Electron | |
| Tauri | |
| KMP Desktop | Add Gradle dependency |
| .NET MAUI | Add NuGet package |