Run Flutter/Dart tests and analyze results.
Run Flutter tests and analyze results. Use to execute unit/widget tests, check coverage, and get failure analysis with fix suggestions.
/plugin marketplace add W3Dev/coding-agent/plugin install flutter-devtools-plugin@w3devRun Flutter/Dart tests and analyze results.
/flutter-test [path] [--coverage]
/flutter-test
/flutter-test test/widget_test.dart
/flutter-test test/unit/
/flutter-test --coverage
path (optional): Specific test file or directory (defaults to test/)--coverage (optional): Generate code coverage report