flutter-quality
CommunityEnsure Flutter quality with automated checks.
Authormorodomi
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This skill streamlines Flutter/Dart project quality assurance by running static analysis, enforcing formatting standards, and executing tests, reducing manual QA time.
Core Features & Use Cases
- Static analysis with dart analyze to catch issues early.
- Code formatting with dart format to ensure consistency across the codebase.
- Test execution with flutter test to verify behavior and coverage.
- Use Case: Integrate into CI to automatically validate a Flutter project on every commit and report failures.
Quick Start
Use the Flutter Quality Check skill to automatically lint, format, and test your Flutter project. Run the following commands in the project root:
- dart analyze
- dart format .
- flutter test Optional: flutter test --coverage
Dependency Matrix
Required Modules
None requiredComponents
references
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: flutter-quality Download link: https://github.com/morodomi/tdd-skills/archive/main.zip#flutter-quality Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.