Hacker News new | ask | show | jobs
by easrng 1591 days ago
Flutter does handle accessibility on the web, but not very well. You need to press a button hidden from non-screenreader users and then Flutter will make a tree of dummy elements with aria attributes that let you use the app. You can see this if you use a screenreader or your browser of choice's accessibility tree inspector on the demo app.
1 comments

Ah, OK, looks like they’ve progressed a bit since I evaluated it. Thanks for the update.