1. 18 May, 2023 3 commits
    • Justin McCandless's avatar
      Revert "Remove obsolete drawShadow bounds workaround" (#127110) · 6071f149
      Justin McCandless authored
      Reverts flutter/flutter#127052, which seems to be breaking the build
      because of a goldens failure.
      
      ```
      The following TestFailure was thrown running a test:
      Expected: one widget whose rasterized image matches golden image "shadow.PhysicalModel.enabled.png"
        Actual: _WidgetTypeFinder:<exactly one widget with type "Container" (ignoring offstage widgets):
      Container(bg: Color(0xfffff59d), margin: EdgeInsets.all(150.0))>
      ```
      
      See
      https://ci.chromium.org/ui/p/flutter/builders/prod/Linux%20web_tests_6/11051/overview
      6071f149
    • Qun Cheng's avatar
      Clip search view content during animation (#126975) · f31dae2a
      Qun Cheng authored
      Fixes #126590
      
      This PR is to clip the view content when the view size is not big enough, such as during animation.
      Also removes some unused properties in `_ViewContent` class: `getRect` and `viewConstraints`
      f31dae2a
    • Jim Graham's avatar
      Remove obsolete drawShadow bounds workaround (#127052) · 8089a309
      Jim Graham authored
      This workaround was created 6 years ago with no links to bug databases to track. As best we can determine, the issue is no longer present in SkPicture or DisplayList and is most likely obsolete. More importantly, though, non-rendering primitives are ignored by the DisplayList construction and so this workaround will just be ignored anyway. If a problem surfaces about this issue that we haven't discovered by a thorough code search of the current code base, then workarounds should be installed within the relevant implementation modules rather than in the framework (and documented with bugs filed in either or both of Flutter's github repos, and/or the Skia issue database).
      
      Workaround originally created in this PR: https://github.com/flutter/flutter/pull/9654
      8089a309
  2. 17 May, 2023 24 commits
  3. 16 May, 2023 13 commits