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
- Discover the app surface — list all screens, interactive elements, and images.
- Audit each screen against the checklist below, one screen at a time.
- Identify findings — severity: blocker / high / medium / low.
- Implement fixes with the
ux-mobile-designeragent for UI changes. - Verify with device testing — test with TalkBack on Android, VoiceOver on iOS.
- Write
docs/quality/accessibility_review.mdwith findings and fix status.