engine
engine copied to clipboard
The Flutter engine
## 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...
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...
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...
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...
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.
- **dartfmt web** - **dartfmt web - diff from current to tall mode**
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...
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...