Slava Egorov

Results 443 comments of Slava Egorov

Without knowing what exactly your code is doing with isolates it is hard to guess what exactly is going wrong. As https://github.com/flutter/flutter/issues/109248#issuecomment-1215822688 explains you might need to put `@pragma('vm:entry-point')` at...

@chinmaygarde the rule of thumb is that you need this annotation whenever you look a program entity (a library, a class or a member) reflectively by its name. This occurs...

@champeauxr That's unexpected. Is it deterministic? How do you construct the data you send (e.g. just a bunch of lists and maps?) What's your Flutter version (output of `flutter doctor...

@champeauxr I think I figured out what is happening based on your code. Thanks! It's a bit obscure, added a [comment](https://github.com/dart-lang/sdk/issues/50243#issuecomment-1285164523) to address this problem. Could you check if the...

@hoangdat file a separate issue please, this has nothing to do with this one.

@moda20 if changing `toList` to `List.of` fixes this issue then this is an instance of https://github.com/dart-lang/sdk/issues/50243#issuecomment-1285164523 which is fixed in the next stable release (so should be fixed on beta...

I am then going to optimistically close it and hope that some combination of fixes that we did in various parts has managed to squash it.

I don't know if this warrants a separate issue or not but I have tried using DevTools to debug https://github.com/flutter/flutter/issues/139650 and snapshotting just hang on me - and the heap...

> You are using mac, right? Yes. It's an M1 Mac Book Pro with 32 Gb of RAM. > How do you know that heap was 100Mb? That's what devtools...

> On the chart, right? Yep, also on the table where various classes are listed together with instance count and instance sizes.