Hacker News new | ask | show | jobs
by mhoad 1509 days ago
Web support is early days at the moment and right now but you can take a look here https://gallery.flutter.dev/ to see for yourself where it’s at.

I’ve seen hints of the medium term plan however which is AFAIK move from optimised JS to WASM, bring in WebGPU support, use faster canvas based rendering (rather than DOM although both are supported) and rewrite the rendering engine which is currently happening here https://github.com/flutter/engine/tree/main/impeller

I don’t suspect those problems will remain on web for very long, that looks like a very credible path to push out great native level performance on web as well to me.