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

## Description This PR restricts the call to `restartInput` which was added in https://github.com/flutter/engine/pull/49829. The restart is called when input action is null, DONE, or NONE. ## Related Issue Fixes...

platform-android

This PR makes the macOS `FlutterCompositor` able to handle multiple views by adding methods `AddView` and `RemoveView`. These two methods must take place on the main queue (platform thread), which...

affects: desktop
platform-macos

Fixes https://github.com/flutter/flutter/issues/143531 Other failures from the initial attempt are fixed in https://github.com/flutter/flutter/pull/146523/ ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting...

platform-android

THe downsample uses bilinear filtering to read from the input texture. To avoid dropping data, we generate mipmaps. However if the downscale factor is 0.5 or 1.0, then we don't...

e: impeller

ExternalDartReference is now generic, so we can just type it and toDartObject will do the cast for us if needed. Also removes now-stale ignores.

platform-web

- **dartfmt web** - **dartfmt web - diff from current to tall mode**

platform-web

Expose Semantics.identifier as Windows AutomationId to ease application automation. see https://github.com/flutter/flutter/issues/148763 ## Pre-launch Checklist - [ ] I read the [Contributor Guide] and followed the process outlined there for submitting...

platform-ios
platform-android
affects: desktop
platform-windows
e: impeller

Part of https://github.com/flutter/flutter/issues/150953. Provide a way to get the required minimum uniform byte alignment when referencing uniform blocks in a device buffer. Allow the user to explicitly flush DeviceBuffers (necessary...