flutter-testing
Generates and configures unit, widget, and integration tests for Flutter apps using best-practice patterns.
Install
npx skills add https://github.com/flutter/skills --skill flutter-testingStats
| Total installs | 1,024 |
| Weekly installs | 1.0K |
| GitHub stars | 833 |
| First seen | Mar 4, 2026 |
| Source | @flutter/skills |
Summary
- Analyzes target code to determine appropriate test type (unit for logic, widget for UI, integration for end-to-end, plugin for native code)
- Provides decision tree and step-by-step implementation patterns for each test category, including fake/mock setup and assertion strategies
- Includes ready-to-use code templates for ViewModels, Repositories, widgets, and full app flows with proper file placement (test/, integration_test/ directories)
- Covers platform-specific plugin testing guidance for Android (JUnit), iOS/macOS (XCTest), and Linux/Windows (GoogleTest)
Tags
Related skills
| Skill | Installs | vs flutter-testing |
|---|---|---|
| angular-architect | 1,157 | +133 |
| agentic-engineering | 990 | -34 |
| rails-expert | 1,143 | +119 |
| flutter-accessibility | 979 | -45 |
| parallel-task-spark | 1,149 | +125 |
FAQ
- How many installs does flutter-testing have?
- flutter-testing has 1,024 total installs and 1.0K installs this week.
- Where is flutter-testing hosted?
- flutter-testing is published by @flutter/skills at https://github.com/flutter/skills.
- How many GitHub stars does flutter-testing have?
- flutter-testing has 833 GitHub stars.
- When was flutter-testing first indexed?
- OrangeBot.AI first indexed flutter-testing on Mar 4, 2026.
- How do I install flutter-testing?
- Run: npx skills add https://github.com/flutter/skills --skill flutter-testing