Hacker News new | ask | show | jobs
by pax_americana 1855 days ago
It has a pretty good accessibility story for it's built-in widget set (Material and Cupertino). However, if you want to create a new Widget that does not depend on the built-ins but still provide a11y, you can wrap it using the Semantics[1][2] widget.

[1] https://api.flutter.dev/flutter/widgets/Semantics-class.html

[2] https://youtu.be/NvtMt_DtFrQ