mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
This is another step towards enabling accessibility for Flutter on Android. It exposes the semantics tree to Android's accessibility API when accessibility is enabled. It does not yet: - allow one to actually interact with the application via the accessibility API - expose the accessibility tree to touch exploration - implement the accessibility focus API However, you can see the tree if you run uiautomatorviewer. It is there, and it matches the UI. At least in Stocks. I didn't test anything else.