flutter-testing

Installation
SKILL.md

Flutter Testing Guide

Overview

Write tests following priority order after implementation. Focus on business logic first, UI last.

Announce at start: "I'm using the flutter-testing skill to write tests."

Test Priority Order

Priority 1: Repository & DataSource Unit Tests
  ├── Business logic correctness
  ├── API integration
  └── Data transformation
Related skills
Installs
14
GitHub Stars
7
First Seen
Feb 24, 2026