Skip to main content
Back to the directory
flutter/skillsSoftware EngineeringFrontend and Design

flutter-accessibility-audit

Rely on Flutter's standard widgets (e.g., TabBar , MenuAnchor ) for automatic semantic role assignment whenever possible. When building custom components or overriding default behaviors, explicitly define the UI element's purpose using the Semantics widget.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
1

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/flutter/skills --skill flutter-accessibility-audit
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, flutter-accessibility-audit has 1 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: flutter/skills. Canonical URL: https://skills.sh/flutter/skills/flutter-accessibility-audit.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Rely on Flutter's standard widgets (e.g., TabBar , MenuAnchor ) for automatic semantic role assignment whenever possible. When building custom components or overriding default behaviors, explicitly define the UI element's purpose using the Semantics widget. Implement the following workflows to verify that your application meets accessibility standards. Copy this checklist to track your manual auditing progress across target platforms: Integrate Flutter's Accessibility Guideline API into your widget tests to catch contrast, target size, and labeling issues automatically. When semantic nodes are incorrectly placed or missing, execute the following feedback loop to identify and resolve the discrepancies. Force the Semantics tree to build immediately on Flutter Web. Assign explicit list and list-item roles to a custom layout. Implement the Accessibility Guideline API in a widget test.

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does flutter-accessibility-audit do?

Rely on Flutter's standard widgets (e.g., TabBar , MenuAnchor ) for automatic semantic role assignment whenever possible. When building custom components or overriding default behaviors, explicitly define the UI element's purpose using the Semantics widget.

Is flutter-accessibility-audit good?

flutter-accessibility-audit does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support flutter-accessibility-audit?

flutter-accessibility-audit currently lists compatibility with Skills CLI.

Is flutter-accessibility-audit safe to install?

flutter-accessibility-audit has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to flutter-accessibility-audit?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install flutter-accessibility-audit?

Run the following command to install flutter-accessibility-audit: npx skills add https://github.com/flutter/skills --skill flutter-accessibility-audit

Related skills

More from flutter/skills

Related skills

Alternatives in Software Engineering