David Iglesias

Results 417 comments of David Iglesias

@aednlaxer I tried to push a fix for the mocks, but: ``` $ git push ERROR: Permission to CodemateLtd/packages.git denied to ditman. fatal: Could not read from remote repository. ```...

@aednlaxer this has to do with (possible) differences in implementation of those types in JS vs WASM (the failing tests are WASM ones, it seems). Have you tried compiling your...

I read the add-to-app bits for mobile, and the technical approach looks very different to what we have in web now, which is what would have been called "multi-view". I'm...

@parlough this is most likely related to the web_embedding demo using an "outdated" js-interop mechanism, compared to what's needed for WASM. (never attempted to compile this example to WASM, tbh!)

> fail to get data from a rest service when running on a local httpd due to cors. @ekuleshov It's hard to help without seeing the specific errors, but CORS...

@ekuleshov right, but you can't expect your users to disable web security for your app to work. I'd recommend that you ensure that the response for the resource you're downloading...

> I guess this discussion deviated from this specific issue... Haha yes, also you'd have the same issue with any other web stack, not just Flutter Web :P

In some frames, we fire a "Could not find a set of Noto fonts to display all missing characters" warning, and download the Noto Symbols TTF font even when Color...

OK, there seems to be two things. One is that we don't like the [`0xFE0F Variation Selector` glyph](https://www.compart.com/en/unicode/U+FE0F) (this problem is made worse by the `package:flutter_emoji` used in my app,...

I've created a PR to prioritize Noto Color Emoji above Noto Sans Symbols fonts. This only required a change to the font roller script. https://github.com/flutter/engine/pull/56187