Hacker News new | ask | show | jobs
by alex_reg 2056 days ago
Flutter Web does it's own rendering via canvas, so accessibility is off the table for now and there is no easy path to get there.

That alone should kill it for most production use unless it's an internal tool.

("should" because many apps sadly just don't care)

edit: I was wrong, see below. Glad to be wrong actually, because Flutter is great.

2 comments

Apparently this is not true. It does support accessibility.

https://news.ycombinator.com/item?id=24922849

That isn’t true and hasn’t been for a while. It’s nowhere near “web native” still but it is yet to even get a non beta release so I will give it some slack.

But I think Flutter is probably the best hope out there right now for the ever elusive dream of write once and run anywhere with native performance.