Skip to content

v0.8.6

Choose a tag to compare

@charliewwdev charliewwdev released this 18 Feb 09:05
· 91 commits to main since this release

🚀 Massive Feature Drop

207 MCP tools (up from 161) · 4 CLI commands · 10 platforms

New CLI Commands

  • flutter-skill explore <url> — AI autonomous testing agent. Auto-discovers pages, tests boundary cases, detects crashes, generates HTML bug report
  • flutter-skill monkey <url> — Random fuzz testing with seed reproducibility, crash/white-screen detection
  • flutter-skill test --platforms web,electron,android — Parallel multi-platform testing with unified report
  • flutter-skill serve <url> — Zero-config WebMCP server (from v0.8.5)

New MCP Tools (+46)

Category Tools Competitors have?
Self-healing tests smart_tap, smart_enter_text, smart_assert
Network mock/replay mock_api, mock_clear, record_network, replay_network
Visual regression visual_baseline_save/compare/update, visual_regression_report
Test coverage coverage_start/stop/report/gaps
Data-driven testing test_with_data, generate_test_data
Multi-device sync multi_connect/action/compare/disconnect
Deep accessibility a11y_full_audit, a11y_tab_order, a11y_color_contrast, a11y_screen_reader
Session persistence save_session, restore_session, session_diff
Smart waits wait_for_stable/url/text/element_count partial
API + UI testing api_request, api_assert
i18n testing set_locale, verify_translations, i18n_snapshot
Performance perf_start/stop/report
Flaky detection retry_on_fail, stability_check

Enhancements

  • accessibility_audit now works on all bridge platforms (not just CDP)
  • record_export adds Detox + Maestro formats (11 total)

vs Competitors

flutter-skill Playwright MCP browser-use
MCP tools 207 ~33 ~15
Platforms 10 1 1
CLI commands 4 0 0
Self-healing
Monkey testing
Network mock
Visual regression