engine
engine copied to clipboard
The Flutter engine
This PR reverts https://github.com/flutter/engine/pull/52527 now that the view focus functionality was fully launched. This PR should be merged at least 1 week after https://github.com/flutter/engine/pull/54966 is checked in. Fixes https://github.com/flutter/flutter/issues/153022. ##...
The safelyBlurElement method in the view manager should become the standard way to "blur" and "remove" elements within the web engine. Calling this method ensures the blur operation doesn't disrupt...
See what's failing on the release candidate, on presubmit https://github.com/flutter/flutter/issues/148906
I am unsure why the `tabindex` was removed when semantics were enabled. It seems this change was made without a clear explanation (by me). This PR shouldn't cause any issues...
fixes https://github.com/flutter/flutter/issues/154650 ## Pre-launch Checklist - [ ] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [ ] I read the [Tree Hygiene]...
Add aria selected attributes to tabs Fixes https://github.com/flutter/flutter/issues/66673 ## Pre-launch Checklist - [ ] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [...
This PR minimizes the heap usage in CanvasKit and SkWasm when using decodeImageFromPixels, by utilizing the new createImageFromTextureSource API to keep the image data off the CanvasKit heap. Fixes: https://github.com/flutter/flutter/issues/153184...
fixes https://github.com/flutter/flutter/issues/152778 ## 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,...