Flutter Web with Wasm: How close can we get to native speeds? 🚀

preview_player
Показать описание
Flutter web apps are now Wasm compatible. That means faster performance, comparable to native app performance.

#Flutter #FlutterInProduction
Рекомендации по теме
Комментарии
Автор

We want SEO for flutter web. Hope this will be done soon

mveddi
Автор

Amazing work. I'm really excited about Wasm apps! very easy to distribute and super faster

HassanOmariprofile
Автор

We need for Safari browsers to support Wasm as well, which is like 20% of browser market

mirzacickusic
Автор

Just need Safari on iOS to support WASM

Ruhan
Автор

Also, it would be great if the package (and Flutter Web/Wasm in general) supported features like isolates compiled to Wasm. This would open the door for more advanced parallelism use cases in the browser.

user_used
Автор

Te amo flutter 🫶 espero un dia trabajar ahí

brunista
Автор

but still we are facing issues like on ios 18.2 devices scrolling with single finger is disabled and can only be scrolled through double fingers gesture on 3.24 while on 3.27 cache network image is causing widget tree to break

HamzaZahid-uh
Автор

Love the progress!

Any updates on Flutter for windows on ARM though?

Chris-knro
Автор

Now try using this with a cross platform app. I think some flutter developers might actually be doing that 🤔

ElCerdoBlanco
Автор

SEO and Ctrl + f and we can say that web is production ready. Without that its just for admin panels

tananga_studio
Автор

Why don't you mention that, in order to utilize WASM you need some specific headers configured on the server, which are only vaguely mentioned in the docs? 🫤 And as with many other things, enabling it is 'just a single command line parameter' *in theory*, but *in practice* you - of course - need more (semi-documented) tinkering, as always... 🫤

Troyx_