Martin Kustermann

Results 193 comments of Martin Kustermann

> Hi @mit-73, I noticed the web directory is missing from your code sample. I recreated it but when I ran the flutter build web --wasm --no-strip-wasm command, I get...

-> Made PR https://github.com/flutter/flutter/pull/136880

While debugging why the platform code wasn't shrunken I also tried to follow some instructions to use the new `postprocessing DSL block` in the gradle file that allows configuring proguard...

This got reverted due to build failures whose root cause is that the android gradle plugin (AGP) is outdated - it uses an old AGP with bugs in R8. Upgrading...

> Assigning to myself to keep this on my radar for now. Part 2 of https://github.com/flutter/flutter/pull/136880#issuecomment-2005280424 should be accomplished soon, by https://github.com/flutter/flutter/pull/151433 and a follow up pr. The other parts...

@gmackall It seems https://github.com/flutter/flutter/pull/151433 landed now. Is this issue then unblocked?

> @mkustermann do you happen to know the first version of AGP that pulls in a fixed R8 version? Can't remember if this was mentioned somewhere. Just want to know...

> TL;DR: To ensure that typed data has reliable performance on the JavaScript platforms we need to get rid of the UnmodifiableUint8ListView and similar classes. Does dart2js have similar performance...

Firstly thanks a lot for the report! Let me transfer this issue over to dart-lang/sdk and mark it as VM issue for now. We'll investigate the performance issue.