Flutter, Dart, and WASM: Shipping a new model for Web applications by Kevin Moore @ Wasm I/O 2024

  Рет қаралды 21,094

WASM I/O

WASM I/O

Күн бұрын

Пікірлер: 70
@philosophia5577
@philosophia5577 9 ай бұрын
Great Talk Kevin! Flutter is the best Wasm UI Framework!!
@guiaflutterflow
@guiaflutterflow 9 ай бұрын
The dream is getting closer and closer to being realized. #flutter #web
@tomjones8293
@tomjones8293 8 ай бұрын
wet dream you mean ? or SEO dream ?
@anonymously-rex-cole
@anonymously-rex-cole 7 ай бұрын
​@@tomjones8293 why keep asking for SEO where that is not really the focus of the product. smh
@isaactfa
@isaactfa 9 ай бұрын
Great speaker. Did not expect a Pitch Meeting reference. Tight.
@kevmoo
@kevmoo 9 ай бұрын
Yes! 6 hours after posting. You have made my day. 🙏🤣
@lukewallace3877
@lukewallace3877 8 ай бұрын
Subtle references to internet culture in a technical presentation are TIGHT!
@tananga_studio
@tananga_studio 3 ай бұрын
Kevin you are great! Thank you flutter team for your hard work ❤
@DevLife717
@DevLife717 5 ай бұрын
Great job Kev, really excited for the Flutter/WASM future
@morawobolu1597
@morawobolu1597 9 ай бұрын
Is it just me or is it that anytime the dotnet team speaks about WASM, people are generally angry. But when another framework discusses it, it's accepted as a revolutionary tech.
@hamm8934
@hamm8934 9 ай бұрын
Because microsoft is anti consumer
@_____case
@_____case 9 ай бұрын
I think it's because Blazor WASM ships the entire .NET runtime to the user's browser, which is why it performs so poorly. The Flutter team considered porting the entire Flutter Engine to WASM, but decided against it because they concluded that it wouldn't be performant. One team made better long-term technical decisions than the other.
@samgarg5228
@samgarg5228 9 ай бұрын
@@_____case They are still technically shipping the Flutter Engine (Skia) + Framework with the bundle even in wasm, as you can see in the slides 15:00. The main difference is in the Dart's GC. Flutter does not ship the entire Dart GC runtime. They waited for the WASM's GC feature to stabilise and then used the WASM GC instead of shipping the entire Dart GC runtime with the app, Which saves a lot of overhead and bundle size. Blazer ships the .NET GC with the app, and it also uses the DOM instead of drawing pixels to the canvas like flutter, That's why it's very slow and heavy.
@randypenajimenez3893
@randypenajimenez3893 8 ай бұрын
The hate is real.
@randypenajimenez3893
@randypenajimenez3893 8 ай бұрын
​@@_____casePoorly?
@chaitanyadamarasingu979
@chaitanyadamarasingu979 9 ай бұрын
Waiting for this since an Year. He is evloved now like a Pokemon
@venkatareddy6122
@venkatareddy6122 9 ай бұрын
Great talk .
@dodochi79
@dodochi79 3 ай бұрын
Very excited!
@JT-mr3db
@JT-mr3db 9 ай бұрын
Wonder how accessibility works if everything is just canvas rendered.
@JT-mr3db
@JT-mr3db 9 ай бұрын
Oh they use a DOM twin. Man.. The amount of engineering that has gone in to this is wild.
@aliqanbari2017
@aliqanbari2017 9 ай бұрын
Currently yes but in the future their working with the Chrome team on a proposal for adding new accessibility APIs for non html apps
@saiphaneeshk.h.5482
@saiphaneeshk.h.5482 9 ай бұрын
Everything will be translated I guess.
@Lis001-
@Lis001- 8 ай бұрын
I do see that the team does solve some accessibility bugs. Especially there are a few contributors that tend to author most of them and I am grateful for their work. At the same time, there are wcag breaking bugs that has been open for years. So there is still further work to do on accessibility in Flutter.
@mehmetedex
@mehmetedex 9 ай бұрын
this is a treat
@chaitanyadamarasingu979
@chaitanyadamarasingu979 9 ай бұрын
WE wanted performance over WEB and over power react js
@ypomerantsev
@ypomerantsev 18 күн бұрын
Am I the only one seeing errors with "else if" that is the same as the first "if" statement which will never be used by developers in any code?
@AndysTV
@AndysTV 4 ай бұрын
4:37 Are you going to use a matrix for the logic in the next verision 🤣
@oleh6836
@oleh6836 9 ай бұрын
Question to speaker. Can we expect dart isolates in web after migration to Wasm? I can compile multithreading C++ code to Wasm, why I can't compile multithreading dart code?
@mraleph
@mraleph 9 ай бұрын
Currently Wasm is limited to sharing linear memory between workers - there is no way to share Wasm GC structs. We could add some support for isolates but all communication would require copying. There is a proposal under discussion to add shared memory to Wasm GC - but it would take some time before that's ready and available in browsers.
@amorenew
@amorenew 9 ай бұрын
Do it will support SEO?
@_____case
@_____case 9 ай бұрын
Prediction: In the not-too-distant future, SEO will also involve AI that consume the rendered pixels, rather than parsing the HTML alone.
@jhonyhndoea
@jhonyhndoea 9 ай бұрын
dont think so. think of it like an app and not like a website
@zzzyyyxxx
@zzzyyyxxx 9 ай бұрын
There's a proposal to add an accessibility tree to non HTML apps, basically like a cloned HTML tree of the canvas app, which would then be indexed for search engines
@kyleaustin2728
@kyleaustin2728 7 ай бұрын
@@jhonyhndoea thumbs down.
@nandoflorestan
@nandoflorestan 6 ай бұрын
@@kyleaustin2728 ​ Someone did not watch the video... Click this: 12:42
@msSinceEpoch-se2ty
@msSinceEpoch-se2ty 9 ай бұрын
Awesome
@chaitanyadamarasingu979
@chaitanyadamarasingu979 9 ай бұрын
there is no WEB APP for Superlist i guess
@kevmoo
@kevmoo 9 ай бұрын
There absolutely is!
@chaitanyadamarsingu9925
@chaitanyadamarsingu9925 9 ай бұрын
Wanted a real-time comparison of the renderers rather than just slides team... Flutter
@kevmoo
@kevmoo 9 ай бұрын
Real time is tricky running both samples at the same time. We'll have a better demo...in my next talk!
@chaitanyadamarasingu979
@chaitanyadamarasingu979 9 ай бұрын
@@kevmoo OMG i got a response. 🥰🥰🥰🥰🥰 probaly using two laptops of same config running same project with different renderers Thanks Man🤗🤗🤗🤗 I'm a flutter Developer from India
@chaitanyadamarasingu979
@chaitanyadamarasingu979 9 ай бұрын
@@kevmoo Actual we can run two different renderers within VS CODE two instance of chrome Big Fan pf your work and FLUTTER💌
@zzzyyyxxx
@zzzyyyxxx 9 ай бұрын
​@@kevmoowhere/when is your next talk, Google IO?
@kevmoo
@kevmoo 9 ай бұрын
@@zzzyyyxxx that's the plan!
@krtirtho
@krtirtho 9 ай бұрын
"Super easy, barely an incovenience" ~ Ryan Goerge I see what u did there. Btw, the speech was tight.
@kevmoo
@kevmoo 9 ай бұрын
🫵🫵🫵😂
@ajitsinghyadav1725
@ajitsinghyadav1725 9 ай бұрын
Google is that hard to have SEO friendly web/website app in Flutter 😢
@nandoflorestan
@nandoflorestan 6 ай бұрын
Someone did not watch the video... Click this: 12:42
@yakkalabour
@yakkalabour 7 ай бұрын
Flutter to go to the moon
@rolf8064
@rolf8064 9 ай бұрын
Oh yeah, that's going to be great for ads, unblockable as hell and event more intruse.
@zzzyyyxxx
@zzzyyyxxx 9 ай бұрын
Ads in web apps? This is for web apps not websites, no one expects to use WASM for apps.
@chaitanyadamarsingu9925
@chaitanyadamarsingu9925 9 ай бұрын
If not html renderer forget about mid-range mobile devices from opening flutter web app
@_____case
@_____case 9 ай бұрын
Wouldn't the CanvasKit implementations consume fewer resources? 🤔
@anonymously-rex-cole
@anonymously-rex-cole 7 ай бұрын
​@@_____casetrue i tried it for the first time and was shock from the performance
@leonardorignanese5902
@leonardorignanese5902 9 ай бұрын
is SEO gonna be totally ignored now?
@hamm8934
@hamm8934 9 ай бұрын
Why would you need seo for a web app? Web app =/= website
@ajitsinghyadav1725
@ajitsinghyadav1725 9 ай бұрын
People want one solution so that one app is created in Flutter and can be used as a Website SEO, mobile app etc..
@kyleaustin2728
@kyleaustin2728 7 ай бұрын
@@hamm8934 Thumbs down.
@hamm8934
@hamm8934 7 ай бұрын
@@kyleaustin2728 have an seo landing page and redirect to the web app dashboard. People really over optimize for this problem imo. But youre welcome to have a different perspective :)
@hamm8934
@hamm8934 7 ай бұрын
@@kyleaustin2728 just add a landing page with SEO and then put redirect to the webapp. Google Drive doesn't have SEO indexing for their apps. Why would any other webapp need SEO indexing?
@AMar4enko
@AMar4enko 9 ай бұрын
Every single time I hear Flutter pitch speech stuffed with benchmarks putting Flutter in a spotlight, I swear, every single time I immediately follow one of the example app links and end up with a janky app with terrible UX. Oh, let me try this text input field - keyboard appears and app yeets you to another dimension and text input is nowhere to be seen. I'm talking about Material 3 app mentioned on the slides. I love Dart lang, I'd really love using it for web development, but this whole "Flutter for web" narrative is just one big lie.
小丑教训坏蛋 #小丑 #天使 #shorts
00:49
好人小丑
Рет қаралды 54 МЛН
Write once, run anywhere finally realized with WebAssembly
14:13
Chrome for Developers
Рет қаралды 15 М.
Why Can't We Make Simple Software? - Peter van Hardenberg
41:34
Handmade Cities
Рет қаралды 212 М.
The Perfect Dependency - SQLite Case Study
19:32
Tom Delalande
Рет қаралды 107 М.
Building for the web with Jaspr | Observable Flutter #50
1:51:41
Andrew Kelley   Practical Data Oriented Design (DoD)
46:40
ChimiChanga
Рет қаралды 165 М.