Back to skills

flutter-improving-accessibility

development

Configures Flutter apps to work with screen readers and other assistive technologies. Covers semantic annotations, contrast ratios, tap target sizing, font scaling, and web-specific ARIA role mapping.

Setup & Installation

npx skills add https://github.com/flutter/flutter-improving-accessibility --skill flutter-improving-accessibility
or paste the link and ask your coding assistant to install it
https://github.com/flutter/flutter-improving-accessibility
View on GitHub

What This Skill Does

Configures Flutter apps to work with screen readers and other assistive technologies. Covers semantic annotations, contrast ratios, tap target sizing, font scaling, and web-specific ARIA role mapping. Gives you a structured checklist and widget-level guidance so you don't have to piece together accessibility rules from scattered Flutter docs and W3C specs yourself.

When to use it

  • Working with flutter improving accessibility functionality
  • Implementing flutter improving accessibility features
  • Debugging flutter improving accessibility related issues