flutter-accessibility

Installation
SKILL.md

Flutter Accessibility

Audit and improve accessibility in Flutter apps. Target: WCAG 2.1 AA, full TalkBack (Android) and VoiceOver (iOS) support, comfortable usability at 2x text scale.


Workflow

  1. Discover the app surface — list all screens, interactive elements, and images.
  2. Audit each screen against the checklist below, one screen at a time.
  3. Identify findings — severity: blocker / high / medium / low.
  4. Implement fixes with the ux-mobile-designer agent for UI changes.
  5. Verify with device testing — test with TalkBack on Android, VoiceOver on iOS.
  6. Write docs/quality/accessibility_review.md with findings and fix status.

Accessibility Checklist (per screen)

Installs
1
First Seen
May 18, 2026
flutter-accessibility — yakoub-ai/flutterforge