flutter-improving-accessibility

Configure Flutter apps for assistive technologies including screen readers and keyboard navigation.

flutter ↓ 8.5k
Claude Code
View source ↗

What it does

  • UI Design and Styling
  • Accessibility Widgets
  • Web Accessibility
  • Adaptive and Responsive Design
  • Color Contrast: Maintain a contrast ratio of at least 4.5:1 for small text and 3.0:1 for large text (18pt+ regular or 14pt+ bold) to meet W3C standards.
  • Tap Targets: Enforce a minimum tap target size of 48x48 logical pixels to accommodate users with limited dexterity.
  • MergeSemantics: Wrap composite widgets to merge the semantics of all descendants into a single selectable node for screen readers.

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

Configure Flutter apps for assistive technologies including screen readers and keyboard navigation.

Source

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

flutter-improving-accessibility FAQ

What does the flutter-improving-accessibility skill do?

Configures a Flutter app to support assistive technologies like Screen Readers. Use when ensuring an application is usable for people with disabilities. UI Design and Styling Accessibility Widgets

How do I install flutter-improving-accessibility?

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

Maintain flutter-improving-accessibility?

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-improving-accessibility on getagentictools
[![flutter-improving-accessibility on getagentictools](https://getagentictools.com/badge/skills/flutter-skills-flutter-improving-accessibility.svg)](https://getagentictools.com/skills/flutter-skills-flutter-improving-accessibility?ref=badge)
npx agentictools info skills/flutter-skills-flutter-improving-accessibility

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