flutter / flutter

Flutter makes it easy and fast to build beautiful apps for mobile and beyond
https://flutter.dev
BSD 3-Clause "New" or "Revised" License
165.02k stars 27.19k forks source link

Support embedding non-virtual a11y hierarchies for platform views on Android #29717

Open amirh opened 5 years ago

amirh commented 5 years ago

Currently we only support embedding virtual a11y trees, this works for things like WebView. But we should also look into supporting non virtual a11y trees.

GaryQian commented 4 years ago

Related: https://github.com/flutter/flutter/issues/19418

blasten commented 3 years ago

@amirh with hybrid composition, is there anything left to do here?