Nate Biggs

Results 31 comments of Nate Biggs

This seems like an issue for the Flutter framework itself rather than for Dart. Please remove the `dependency: dart` label or provide more info if you think the Dart team...

@srujzs This seems like it might be related to https://github.com/dart-lang/sdk/issues/47779 but that's about the `item` field whereas this is an issue with an event listener. Thoughts on whether the root...

Ah yes forgot to update this bug, this is done!

@srujzs and I talked about this earlier. We've prioritized finding a solution here. We want to make sure that it's an separate opt-in API for cases where a user knows...

I reproduced this locally with the old DDC async lowering. And then I confirmed that the new lowering exhibits the same behavior as the VM, it prints `res:0` twice. This...

I don't have the ability to close this issue but I don't think there is any more work to do here. `SynchronousFuture` should only be used in very specific places....

Hi @j-ixcayau, thanks for filing a bug here. I believe the issue you're seeing here may be related to the `--web-launch-url` flag. This may have been fixed by this PR...

> I tried with `3.32.2` but didn't work, was this fix included? @j-ixcayau The PR mentioned above (https://github.com/flutter/flutter/pull/169267) has not been cherrypicked, it is only available on the Flutter beta...

Thanks for the extra context. Yes, this sounds like a different issue you are facing. Please file a new issue with all the info you've given here. Also you mention:...

Thanks for digging into this! Seems like a reasonable change to me but hopefully some folks who have worked in these file serving libraries a bit more can verify.