Mouad Debbar

Results 90 comments of Mouad Debbar

The Link widget is currently implemented as an `` element, which satisfies the request in this issue. Plus there were several semantics improvements for the Link widget here: https://github.com/flutter/packages/pull/6711 I'm...

Thanks for the PR! Let's try to avoid the timer-based solution as much as possible. We need to dig a little deeper here to understand the root cause of the...

I, too, haven't been able to reproduce the failure locally.

Waiting for [this commit](https://github.com/flutter/flutter/commit/8d01fe0565e41ff1ad1b12bd6141fe636d1dc973) to make it to stable.

Sorry for the delay here! Help me understand. The way I'm seeing this PR, it seems to fix the precedence for `https` and `headers`. It doesn't change the precedence for...

@bkonyi does this look good to you? I think we need a 2nd approval to merge.

> Sorry for missing this! Looks like the `web_benchmarks` package still needs to be published? Yes, there was an issue in the flutter/packages repo that prevented the `web_benchmarks` package from...

@elliette do you think this PR requires a release notes entry?

@srivats22 yes `_isInitCalled` should be private and serve a single purpose: detect when `init()` is called more than once.