Slava Egorov
Slava Egorov
FWIW I see that IL graph printed on crash is subtly wrong, through I am not sure how we arrived in this situation or whether this is what is causing...
Documentation needs update. The limitations were lifted as part of lightweight isolates work. Documentation for `compute` should probably just reference `Isolate.spawn` and `SendPort.send` otherwise it will constantly get out of...
I don't think the bug is in usage per-se. Snapshot generator failing indicates some sort of bug or deficiency in the AOT compiler. (e.g. IR for some method growing out...
@Kaio-Goes Can you still reproduce the problem? In this case you need to do the following. 1. Take master channel - apply the patch from [this PR](https://github.com/flutter/flutter/pull/117897). 2. Run `flutter...
> Could be nice to add comment about Web at least, as `onConnectionStateChanged` property available for all platforms currently. It is documented on the property itself.
> is there other way to solve this problem? I think the only way to solve it is to implement it and send a PR.
This is waiting for somebody to send a PR or for us to get some resources for active development.
/cc @jonasfj @sigurdm
> Is this feature will be shipped in Dart 3.0? It seems perfect to create value objects by the inline class. It is not part of 3.0.
Just want to check if this is also on the list of things to discuss for the language team. If language team prefers to keep the currently specified behavior we...