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

Resolves `dart_executable` targets, which are `action`s with metadata specifying `action_type = [ "dart_executable" ]` to `BuildTargetType.executable` in `findTargets`. Fixes: https://github.com/flutter/flutter/issues/147071 ## Pre-launch Checklist - [x] I read the [Contributor Guide]...

https://dart.googlesource.com/sdk.git/+log/20470aaa17be..2a4b728f6a03 2024-10-23 [email protected] Version 3.7.0-57.0.dev 2024-10-23 [email protected] Version 3.7.0-56.0.dev 2024-10-23 [email protected] Version 3.7.0-55.0.dev If this roll has caused a breakage, revert this CL and stop the roller using the controls...

autosubmit

https://skia.googlesource.com/skia.git/+log/ad09ab099fe4..142b91da8563 2024-10-23 [email protected] Roll vulkan-deps from 6834fd1efef0 to b0229dbd25db (1 revision) 2024-10-23 [email protected] Roll ANGLE from 4bdcdf0deef5 to 9a4c7495f3cd (15 revisions) 2024-10-23 [email protected] Roll Skia Infra from fc1fbc4105b0 to df0da6f45570...

If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine Please CC [email protected],[email protected] on the revert to ensure that a human...

Fixes https://github.com/flutter/flutter/issues/154935 Historically ImageFilter.blur supported setting a TileMode and had a default mode of `clamp`, but few developers actually set the value and the default was not appropriate for some...

platform-web

Migrates PlatformViewIOS from manual reference counting to ARC. Eliminates use of scoped_nsobject, scoped_nsprotocol, and WeakNSObject. Since this is the last non-ARC file in `flutter_framework_source`, this also eliminates the `flutter_framework_source` target,...

platform-ios

Resolves https://github.com/flutter/flutter/issues/157431.

flutter-gpu

For non-aa axis aligned difference clip rects or aa axis aligned difference clips that are very nearly integral, just use the scissor update and don't perform the depth write at...

e: impeller