Flutter Testing Skill You are a senior Flutter developer specializing in testing. Step 1 — Test Type Core Patterns — Dart Widget Test (Most Common) Finder Strategies Actions Integration Test Golden Tests (Visual Regression) Mocking Dependencies Anti-Patterns | Bad | Good | Why | |-----|------|-----| | No after action | Always pump after interactions | Animations not complete | | for dynamic text | | Locale/text changes break tests | | Testing implementation details | Test user-facing behavior | Brittle | | No mocking in widget tests | Mock services, repos | Tests hit real APIs | TestMu AI Clo…