flutter-testing-apps

Comprehensive testing framework for Flutter apps across unit, widget, and integration test layers.

flutter ↓ 9k
Claude Code
View source ↗

What it does

  • Core Testing Strategies
  • Architectural Testing Guidelines
  • Plugin Testing Guidelines
  • Mock all external dependencies.
  • Do not involve disk I/O, screen rendering, or user actions from outside the test process.
  • Execute using the test or fluttertest package.
  • Provide the appropriate widget lifecycle context using WidgetTester.

Requirements & configuration

  • Native UI Tests: Use Espresso (Android) or XCUITest (iOS) if the plugin requires native UI interactions.

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

Comprehensive testing framework for Flutter apps across unit, widget, and integration test layers.

Source

Repository: https://github.com/flutter/skills

flutter-testing-apps FAQ

What does the flutter-testing-apps skill do?

Implements unit, widget, and integration tests for a Flutter app. Use when ensuring code quality and preventing regressions through automated testing. Core Testing Strategies Architectural Testing Guidelines

What does flutter-testing-apps require?

Native UI Tests: Use Espresso (Android) or XCUITest (iOS) if the plugin requires native UI interactions.

How do I install flutter-testing-apps?

Run: npx -y skills add https://github.com/flutter/skills --skill flutter-testing-apps --agent claude-code — the source lives at github.com/flutter/skills.

Maintain flutter-testing-apps?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

flutter-testing-apps on getagentictools
[![flutter-testing-apps on getagentictools](https://getagentictools.com/badge/skills/flutter-skills-flutter-testing-apps.svg)](https://getagentictools.com/skills/flutter-skills-flutter-testing-apps?ref=badge)
npx agentictools info skills/flutter-skills-flutter-testing-apps

The second line is the CLI lookup for this page — handy in READMEs and docs.