engine
engine copied to clipboard
The Flutter engine
Let's start running the tests under `engine/` using the CanvasKit renderer instead of HTML. This PR also: - Moves several tests from `engine/` to `html/` since they were testing html-specific...
*Replace this paragraph with a description of what this PR is changing or adding, and why. Consider including before/after screenshots.* *List which issues are fixed by this PR. You must...
Works on GLFW example app with no validation errors.
Updates the previous aria where it was meant to indicate the semantic html tag to its associated aria role since aria is typically used in conjunction with with a number...
This pull request enhances the autofill functionality in the text editing engine by adding support for email and username hints. It also includes corresponding unit tests to verify the new...
Expose Semantics.identifier as Windows AutomationId to ease application automation. see https://github.com/flutter/flutter/issues/148763 replaces https://github.com/flutter/engine/pull/53476 ## Pre-launch Checklist - [X] I read the [Contributor Guide] and followed the process outlined there for...
This PR adds support for Android Scribe handwriting input gestures, such as circle to select and scratch out to delete. Must be merged after https://github.com/flutter/engine/pull/52943. ### API My intent is...
This PR enables support for showing a hover icon when a stylus is hovered over a Scribe-enabled text field on Android. Fixes https://github.com/flutter/flutter/issues/155948 Must merge first: https://github.com/flutter/engine/pull/52943
THIS PR IS JUST FOR TESTING THINGS ON CI THAT WEREN'T REPRODUCIBLE LOCALLY.
Enable view focus https://github.com/flutter/flutter/issues/153022 ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree Hygiene]...