flutter / website

Flutter documentation web site
https://docs.flutter.dev
Other
2.8k stars 3.2k forks source link

Add guide to writing accessible Flutter applications #8628

Open chunhtai opened 1 year ago

chunhtai commented 1 year ago

What information is missing?

We don't have much resource on how to write an accessible flutter app

How would you like us to fix this problem?

here are something we can consider adding.

  1. a cookbook demonstrates how to use Semantics widgets to achieve different goals.
  2. some tutorial videos similar to 1
  3. add a page introduction to flutter accessibility, and tools we provide.
sfshaza2 commented 1 year ago

In addition to this page, yes? https://docs.flutter.dev/development/accessibility-and-localization/accessibility

chunhtai commented 1 year ago

This feedback was coming from internal customer. They were looking for code sample on how to actually implement the app using Semantics widget. While most of the built-in widget works out of box, customer would still need to do some manual tweaks. That would involve using the Semantics widget to add additional information.

The page you linked seems to focus on testing and tooling.