Harry Terkelsen

Results 14 issues of Harry Terkelsen

Generates fallback font data by downloading and analyzing all known "Noto Sans" fonts. ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for...

Work in progress (WIP)
platform-web
platform-fuchsia

Uses a WebGL surface in conjunction with `readPixels` to make an image from an `SkPicture`. This is needed since the picture may contain GL texture-backed images. Fixes https://github.com/flutter/flutter/issues/103803 ## Pre-launch...

platform-web

WIP ## Pre-launch Checklist - [ ] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [ ] I read the [Tree Hygiene] wiki...

platform-web

Fixes https://github.com/flutter/flutter/issues/113094 ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree Hygiene] wiki page,...

platform-web

When we delete a Surface context (for example because it has resized) we must make sure that it is the current context or Skia might throw an exception while deleting...

platform-web

Just fixing a typo I noticed while looking through `ColorFilter` docs: https://api.flutter.dev/flutter/dart-ui/ColorFilter/ColorFilter.matrix.html ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting...

platform-web
needs tests

We should add web support for `path_provider`

c: new feature
platform-web
p: path_provider
package
P3
team-web
triaged-web

Adds `dilate` and `erode` ImageFilters. Fixes https://github.com/flutter/flutter/issues/101085 ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read...

platform-web
will affect goldens

CanvasKit has moved to a more stable way of performing screenshot tests, so flakiness should be reduced. Fixes https://github.com/flutter/flutter/issues/110785 ## Pre-launch Checklist - [x] I read the [Contributor Guide] and...

framework
f: cupertino
will affect goldens

It would be nice to filter out packages that you don't care about when navigating code size.

enhancement