David Iglesias

Results 417 comments of David Iglesias

I guess my question is, why don't you tweak this command on your CI: ``` script: - flutter build web --base-href="/reponame/" ``` To use the same `$PAGES_PREFIX` variable that you...

I read the docs a little bit, and it seems that "Indoor Maps" aren't supported by the web SDK, unfortunately.

@ChopinDavid I've never seen those errors in LUCI before; I escalated them on the hackers-ecosystem discord channel (anybody can join the Flutter server, see [Chat](https://github.com/flutter/flutter/blob/master/docs/contributing/Chat.md))

All right, let's try to enable this!

I have enabled this in our internal tests, and everything seems to pass. I think it's time to land this.

Thanks for the PR @ThomasAunvik! I'll take a look! (Please take into account that next monday is a holiday in the US, so I won't be able to get to...

This is next on my radar, after this lands: * https://github.com/flutter/packages/pull/6981

@ThomasAunvik I've finally had some time to review this! Instead of adding a bunch of comments and back and forth with the code, I just **force pushed** (please, remember to...

Just verified [in CI](https://logs.chromium.org/logs/flutter/buildbucket/cr-buildbucket/8742866746488585009/+/u/Run_package_tests/l_Wasm__create_all_packages_app/stdout) that this package enables the `webview_flutter` package to compile to Wasm! 🎉 ``` Exluding the following plugins from the combined build: plugin_platform_interface camera google_maps_flutter ``` If...