Kevin Moore
Kevin Moore
@lrhn had spent some time thinking about `hashCode` somewhere in `dart:` – I think
`VoidCallback` is trivial to define at the use site. `void Function()` – right?
> but I think an order of magnitude less than `unawaited`. Less than `unawaited` maybe, but pretty common. I think I hit these about as often as I hit `unawaited`.
Please double check with the latest release of Flutter/Dart. https://github.com/flutter/flutter/blob/master/docs/releases/Hotfixes-to-the-Stable-Channel.md#3222-june-06-2024
Could you post the stack trace with `--no-strip-wasm` set?
Uh-oh. https://stackoverflow.com/questions/69179866/firebase-auth-in-cross-origin-isolated-mode https://github.com/firebase/firebase-js-sdk/issues/6199 Seems like this is a known issue...
If you figure it out, we'll have to document your approach!
To put code in @matanlurey's mouth ```dart void using(T resource, void Function(T) fn) { try { fn(resource); } finally { resource.dispose(); } } ``` The issue with this approach: you...
@natebosch – I don't think so. It's been soooo long
We should bump the version and the changelog, please!