Loading...
Loading...
Found 8 Skills
Implement a component-level test using `WidgetTester` to verify UI rendering and user interactions (tapping, scrolling, entering text). Use when validating that a specific widget displays correct data and responds to events as expected.
Collect coverage using the coverage packge and create an LCOV report
Write and organize unit tests for functions, methods, and classes using `package:test`. Use when creating new logic or fixing bugs to ensure code remains correct and regression-free.
Dive into the world of Flutter, Google's UI toolkit, and learn how to build cross-platform apps with ease using this introductory guide and accompanying "Flutter Take 5" video series.
Enforce best practices for Dart and Flutter testing.
Run tests for Keychat packages
. Use when writing tests, reviewing test coverage, or setting up testing.
Guide on how to control a Flutter app using flutter_driver via MCP and capture screenshots.