Earlier quoted context omitted.
Flutter on the web is more complicated than just a canvas element. The project has a fair amount of effort put into a11y on mobile; I’d be really surprised if the web output isn’t also accessible.
Picking the first demo on https://gallery.flutter.dev : https://gallery.flutter.dev/#/reply It seems like it renders text via a SVG on top of a canvas layer that is the background, so that's a plus for a11y. As for the downsides, and I'm not sure how much this is due to flutter or the app itself: * I can't use the browser search for elements outside the viewport * I can't select text at all * I can't tab through elem…
https://github.com/flutter/flutter/issues?q=is%3Aopen+is%3Ai...