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

This PR is a prototype of the implementation of dirty region management with Vulkan support. The modifications essentially add damage fields to `FlutterVulkanImage` and update the `get_next_image` and `present` callbacks...

embedder

## 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, which explains...

design doc: https://docs.google.com/document/d/11ayzXfN1gQgZPVJUNr8n9hqU_7GKA55dUhtF_cuiLUY/edit#

Work in progress (WIP)
needs tests

Relevant discussion in https://github.com/flutter/flutter/issues/43454 Currently, the only way to load AOT data in macOS is through the elf snapshots, which do not get built by the current flutter tooling. Without...

platform-macos
embedder

personal stash

Work in progress (WIP)
impeller

Fix Issue: [98352](https://github.com/flutter/flutter/issues/98352) **In current case is not `cursor selector` but current logic number input is will check the `Selection` range** When the `TextInputType` is `Number`, and you input text,...

platform-android
Work in progress (WIP)

This PR implements `keyCode` and `defaultPrevented` of `FlutterHtmlKeyboardEvent`. The `keyCode` was deemed useful in [an earlier PR](https://github.com/flutter/engine/pull/30801) but was missing from this class, while `defaultPrevented` replaces a long-standing hack used...

affects: text input
platform-web

Cherrypick https://github.com/flutter/engine/pull/35046 ## Pre-launch Checklist - [ ] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [ ] I read the [Tree Hygiene]...

platform-windows

Based on https://github.com/flutter/flutter/issues/100172, we can treat ops out of the clip bounds as NOPs and omit them For details, [see how the following submission handles `clipRect`](https://github.com/flutter/engine/pull/35024/commits/f8ad37260ae8e20b15e75ea8bdd5fe30e1b35b4d). ``` void DisplayListBuilder::drawRect(const SkRect&...

Re-land the patches which re-enable full Windows git pre-push support, but this time with more conservative communication and assumptions. ### Issues fixed by this PR * flutter/flutter#108122 * flutter/flutter#107920 *...