Valentin Vignal
Valentin Vignal
@chunhtai I refactored `logging` to be able to mock `developer.log` in [refactor: Add mockable developerLog method](https://github.com/flutter/packages/pull/6019/commits/55e67307c20109863a4d2275421b1c96cff83805) and added some tests in [test: Update the tests](https://github.com/flutter/packages/pull/6019/commits/213841feb44823166d3932f77c015074f0a4c487). Is that what you were...
@chunhtai It should be good now
I would think this is a version exempt ?
> I would think this is a version exempt ? Should the label "override: no versioning needed" be added to this PR ? Or should I create a new version?
@knaeckeKami Is there any plan to push it in a stable release any time soon?
I have more or less the same issue. I'm trying to open a web link (`https://my/url.com`) - iOS: It works fine - Android: - Debug mode: it works fine -...
> Is there any progress or possible workout for this ? How would we handle files in android using the inAppWebView or platformDefault mode ? In my case, using the...
@chunhtai I refactored `push` and `replace` to use 2 common private methods in [♻️ Make replace and push use common methods](https://github.com/flutter/packages/pull/2846/commits/037a05b4556509b0477d0e3b34cad31244cd17b7)
@chunhtai What do you think about this implementation? I didn't implement `replaceNamed` because I read you wanted to remove the named route API at some point (https://github.com/flutter/flutter/issues/107729)
It looks like the checks are failing because of `go_router_builder` I believe https://github.com/flutter/packages/pull/2977 should fix it