flutter-improving-accessibility
Enhance Flutter app accessibility with semantic widgets, contrast standards, and screen reader testing workflows.
Install
npx skills add https://github.com/flutter/skills --skill flutter-improving-accessibilityStats
| Total installs | 2,203 |
| Weekly installs | 2.2K |
| GitHub stars | 833 |
| First seen | Mar 13, 2026 |
| Source | @flutter/skills |
Summary
- Covers UI design fundamentals: font scaling, color contrast (4.5:1 for normal text, 3:1 for large), and 48x48 pixel minimum tap targets
- Provides semantic annotation patterns using Semantics, MergeSemantics, and ExcludeSemantics widgets to expose widget tree structure to assistive tools
- Includes web-specific guidance on enabling the semantics layer (disabled by default for performance) and mapping custom components to ARIA roles
- Offers a compliance checklist and validation feedback loop for testing with screen readers like VoiceOver and TalkBack
Tags
Related skills
| Skill | Installs | vs flutter-improving-accessibility |
|---|---|---|
| ui-design-system | 2,373 | +170 |
| flutter-reducing-app-size | 2,315 | +112 |
| rivetkit-client-swiftui | 2,034 | -169 |
| flutter-setting-up-on-macos | 1,999 | -204 |
| heroui-native | 2,962 | +759 |
FAQ
- How many installs does flutter-improving-accessibility have?
- flutter-improving-accessibility has 2,203 total installs and 2.2K installs this week.
- Where is flutter-improving-accessibility hosted?
- flutter-improving-accessibility is published by @flutter/skills at https://github.com/flutter/skills.
- How many GitHub stars does flutter-improving-accessibility have?
- flutter-improving-accessibility has 833 GitHub stars.
- When was flutter-improving-accessibility first indexed?
- OrangeBot.AI first indexed flutter-improving-accessibility on Mar 13, 2026.
- How do I install flutter-improving-accessibility?
- Run: npx skills add https://github.com/flutter/skills --skill flutter-improving-accessibility