engine
engine copied to clipboard
The Flutter engine
Reverted due to missing glyph when rolling into the framework. Problem was that we should be always using the unrounded rounded scale to compute subpixel position but we sometimes used...
*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...
### Issue Link: https://github.com/flutter/flutter/issues/154915 ### Changelog Description: Comply with the new Apple privacy manifest policy for the macOS Flutter engine framework and prevent the "Missing privacy manifest" warning when submitting...
Additional cases of unnecessary parens are reported, with https://github.com/dart-lang/sdk/commit/a18645763d12bfd4a5e3cc19a191063a62051e3e. In this case, parens around a string literal. This is blocking a Dart SDK roll into Flutter. CC @a-siva
cherry-picks https://github.com/flutter/engine/pull/55890 ## 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,...
Cherry pick of https://github.com/flutter/engine/pull/55920 Issues: https://github.com/flutter/engine/pull/55928
Manual roll requested by skia-flutter-autoroll https://skia.googlesource.com/skia.git/+log/69d9d593a095..refs/changes/97/909497/18 DO_NOT_SUBMIT: This canary roll is only for testing Documentation for Autoroller Canaries is here: go/autoroller-canary-bots (Googlers only) To report a problem with the AutoRoller...
Add support for building Dart from source (for doing HHH development locally). Supports workflow tried in: * https://github.com/flutter/flutter/issues/156575 It would be even better if `et` could detect if third_party/dart is...