38 ms·
Yeah, sorry about the performance. We kinda put that together as an impromptu web demo, like the old ubuntu tour. Flutter for the web is super sucky right now,
by nmcain 6y ago
Yeah, sorry about the performance. We kinda put that together as an impromptu web demo, like the old ubuntu tour. Flutter for the web is super sucky right now, and lacks a lot of things like accessibility and normal text interaction because it is backed by a canvas element. Ideally as Flutter matures we will be able to improve both the performance and accessibility aspect of it.
- gostsamo 6y agoI'll try to evaluate it fairly when it matures some more.
- deleted 6y ago[deleted]
- matt_kantor 6y agoFYI I get a blank page when I visit <https://web.dahliaos.io/ https://web.dahliaos.io/>. I see two instances of "Uncaught Error: undefined" in the JS console. Strangely, in a different session I instead see "NoSuchMethodError: J.aH(...) is null" and the empty page has a gray background instead of white. I get similar results in both Firefox 81 and Safari 14 on macOS 10.15. Let me know if you want more info.
- nmcain 6y agoThere currently is a bug with the localization at the moment. we are working to correct it but it seems to be quite a bug lol