1. 18 May, 2023 4 commits
    • engine-flutter-autoroll's avatar
      Roll Packages from 5c6991400e91 to b31a12861905 (9 revisions) (#127109) · 5381e82a
      engine-flutter-autoroll authored
      https://github.com/flutter/packages/compare/5c6991400e91...b31a12861905
      
      2023-05-18 stuartmorgan@google.com [flutter_plugin_android_lifecycle] Fix lints (flutter/packages#4030)
      2023-05-18 ian@hixie.ch [rfw] Fix a typo in the API documentation (flutter/packages#4023)
      2023-05-18 ditman@gmail.com [ci] Manual flutter roll (flutter/packages#4033)
      2023-05-17 4195507+fmt-Println-MKO@users.noreply.github.com [flutter_adaptive_scaffold] exchange BottomNavigationBar with NavigationBar (flutter/packages#3746)
      2023-05-17 stuartmorgan@google.com [tools] Ignore comments in federated safety check (flutter/packages#4028)
      2023-05-17 reidbaker@google.com Revert "[url_launcher] Set broadcast reciever visability as required by target api 34" (flutter/packages#4027)
      2023-05-17 stuartmorgan@google.com [camera] Fix Java lints in camerax version (flutter/packages#3966)
      2023-05-17 34871572+gmackall@users.noreply.github.com [image_picker] Upgrade androidx.activity to 1.7.0 and add a dependency on kotlin-bom to align kotlin transitive dependencies (flutter/packages#3968)
      2023-05-17 49699333+dependabot[bot]@users.noreply.github.com [espresso]: Bump com.squareup.okhttp3:okhttp from 4.10.0 to 4.11.0 in /packages/espresso/android (flutter/packages#3804)
      
      If this roll has caused a breakage, revert this CL and stop the roller
      using the controls here:
      https://autoroll.skia.org/r/flutter-packages-flutter-autoroll
      Please CC flutter-ecosystem@google.com,rmistry@google.com on the revert to ensure that a human
      is aware of the problem.
      
      To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose
      
      To report a problem with the AutoRoller itself, please file a bug:
      https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
      5381e82a
    • 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 12 commits