David Iglesias
David Iglesias
For some emoji glyph codes, like `0x1f3d5`, Flutter web will resolve Noto Sans Symbols instead of Noto Color Emoji. This is what it looks like: But the emoji [should look...
While testing some Emoji rendering (using `package:emoji`) I noticed that in some frames, we fire a "Could not find a set of Noto fonts to display all missing characters": The...
Removes the `--web-renderer` option. Flutter tool users won't be able to select their web renderer. In order to not drop test coverage, tests are still run with the HTML Renderer,...