engine icon indicating copy to clipboard operation
engine copied to clipboard

The Flutter engine

Results 339 engine issues
Sort by recently updated
recently updated
newest added

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...

platform-web

*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.

platform-android
e: impeller

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...

platform-web

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...

platform-web

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...

waiting for customer response
affects: desktop
platform-macos
platform-windows

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...

platform-android

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

platform-android

THIS PR IS JUST FOR TESTING THINGS ON CI THAT WEREN'T REPRODUCIBLE LOCALLY.

platform-web

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]...

platform-web