Hacker News new | ask | show | jobs
Google’s Flutter expands its support for web apps and WebAssembly (techcrunch.com)
20 points by alwaysal44 1131 days ago
1 comments

Although there is some good stuff in here, Flutter's priorities continue to disappoint me.

The fact I'd need to rely on code generation in 2023 for the ability to serialize & deserialize classes puts it far behind the typical Typescript developer experience. I'm hopeful for things like inline classes [1] and extension structs [2] but Dart still has a long way to go and it's sad more focus is given to things like WebAssembly when the core of Dart/Flutter is lacking.

[1] https://github.com/dart-lang/language/blob/main/accepted/fut...

[2] https://github.com/dart-lang/language/blob/main/working/exte...