flutter-testing-apps
Comprehensive guide for unit, widget, and integration testing in Flutter apps, including architectural patterns.
Install
npx skills add https://github.com/flutter/skills --skill flutter-testing-appsStats
| Total installs | 2,411 |
| Weekly installs | 2.4K |
| GitHub stars | 833 |
| First seen | Mar 13, 2026 |
| Source | @flutter/skills |
Summary
- Covers three test categories: unit tests for isolated logic, widget tests for UI components, and integration tests for end-to-end flows on real devices or emulators
- Provides architectural testing patterns for ViewModels, Repositories, Services, and Views, with emphasis on Fake implementations over mocks for cleaner test design
- Includes plugin testing guidelines combining Dart tests with native platform tests (JUnit, XCTest, GoogleTest, Espresso, XCUITest) to validate method channel communication
- Offers platform-specific workflows for running integration tests on mobile, web, Linux, and Firebase Test Lab with conditional execution logic
Tags
Related skills
| Skill | Installs | vs flutter-testing-apps |
|---|---|---|
| mini-browser | 2,333 | -78 |
| angular-testing | 3,251 | +840 |
| tdd-workflow | 2,294 | -117 |
| python-testing | 1,961 | -450 |
| frontend-testing | 1,684 | -727 |
FAQ
- How many installs does flutter-testing-apps have?
- flutter-testing-apps has 2,411 total installs and 2.4K installs this week.
- Where is flutter-testing-apps hosted?
- flutter-testing-apps is published by @flutter/skills at https://github.com/flutter/skills.
- How many GitHub stars does flutter-testing-apps have?
- flutter-testing-apps has 833 GitHub stars.
- When was flutter-testing-apps first indexed?
- OrangeBot.AI first indexed flutter-testing-apps on Mar 13, 2026.
- How do I install flutter-testing-apps?
- Run: npx skills add https://github.com/flutter/skills --skill flutter-testing-apps