Y
Hacker News
new
|
ask
|
show
|
jobs
by
voiture_rapide
1579 days ago
Using Flutter Web now, and sharing code between web app and mobile. Early but working well for us.
1 comments
sakarisson
1579 days ago
How does web accessibility work if everything is rendered in canvas? Interested in the topic, but this would be a potential deal-breaker for me.
link
opencl
1579 days ago
I'm not sure how it's implemented, but Flutter does work with screen readers.
https://docs.flutter.dev/development/accessibility-and-local...
link
marwis
1578 days ago
Transparent DOM elements with aria attributes overlayed on top of canvas is a typical solution to this problem.
link