Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: flutter/packages
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 60e9a542f94e
Choose a base ref
...
head repository: flutter/packages
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3dc00c1a32f6
Choose a head ref
  • 5 commits
  • 27 files changed
  • 5 contributors

Commits on Jul 31, 2023

  1. [camera] Removed the microphone permission request from availableCame…

    …ras on Web (#4263)
    
    I've removed the microphone permission request from availableCameras on Web. 
    Adding an additional parameter would break either web or android/ios, so in my opinion it is better to change the web behavior.
    
    Changes were made based on this issue: flutter/flutter#112277
    maciejbrzezinski authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    9074ea9 View commit details
    Browse the repository at this point in the history
  2. [google_maps_flutter_web] Initial support for custom overlays (#3538)

    This is a resubmission of flutter/plugins#6982 from the now archived flutter plugins repo. I'm submitting the changes from the original author, @AsturaPhoenix. The original description is below.
    
    --------
    
    Saves tile bytes to blobs and uses img elements to decode and render. Does not implement opacity, perform caching, or serve placeholder images.
    
    **Issue:** Fixes flutter/flutter#98596
    
    **Known issues:**
    
    - flutter/flutter#116132
    - AsturaPhoenix/trip_planner_aquamarine#22
    elitree authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    9e21922 View commit details
    Browse the repository at this point in the history
  3. [path_provider_platform_interface] Add getApplicationCachePath() (#4614)

    Platform interface changes split out from #4483.
    
    /cc @stuartmorgan
    jpnurmi authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    a8ea4d6 View commit details
    Browse the repository at this point in the history
  4. Update the cirrus key jul-31-2023 (#4618)

    Update the cirrus key.
    
    *List which issues are fixed by this PR. You must list at least one issue.*
    
    *If you had to change anything in the [flutter/tests] repo, include a link to the migration guide as per the [breaking change policy].*
    ricardoamador authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    4a084b3 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Manual roll Flutter from 1d44fbd to 1d59196 (18 revisions) (#4621)

    Manual roll requested by [email protected]
    
    flutter/flutter@1d44fbd...1d59196
    
    2023-07-31 [email protected] Appended period remove & Uri parsing fix. (flutter/flutter#131293)
    2023-07-31 [email protected] Fixed regex to show missing assets file error (flutter/flutter#131160)
    2023-07-31 [email protected] Update `CheckboxListTile` and `CalendarDatePicker` tests for M2/M3 (flutter/flutter#131363)
    2023-07-31 [email protected] Reland --omit-type-checks for benchmarks. (flutter/flutter#131493)
    2023-07-31 [email protected] Update the cirrus key jul-31-2023 (flutter/flutter#131624)
    2023-07-31 [email protected] Add Expanded/Collapsed State for Semantics (flutter/flutter#131233)
    2023-07-31 [email protected] Reland - "Update Unit Tests for M2/M3" (flutter/flutter#131504)
    2023-07-31 [email protected] Roll Flutter Engine from ae6d1d60df95 to b83172a4e995 (4 revisions) (flutter/flutter#131614)
    2023-07-31 [email protected] Upgrade compile and target sdk versions in tests and benchmarks (flutter/flutter#131428)
    2023-07-31 [email protected] Roll Flutter Engine from b11a832ea7d4 to ae6d1d60df95 (1 revision) (flutter/flutter#131611)
    2023-07-31 [email protected] Roll Packages from 10aab44 to 60e9a54 (6 revisions) (flutter/flutter#131607)
    2023-07-31 [email protected] Fix dartdoc for `ButtonSegment` constructor (flutter/flutter#131400)
    2023-07-31 [email protected] [flutter_tools/dap] Improve rendering of structured errors via DAP (flutter/flutter#131251)
    2023-07-31 [email protected] [doc] Fix module_test_ios comments (flutter/flutter#131470)
    2023-07-31 [email protected] Use Flutter app project's NDK version from FFI plugin (flutter/flutter#131141)
    2023-07-31 [email protected] Roll Flutter Engine from 22f9aad5aba5 to b11a832ea7d4 (2 revisions) (flutter/flutter#131597)
    2023-07-31 [email protected] Roll Flutter Engine from b84c93601684 to 22f9aad5aba5 (3 revisions) (flutter/flutter#131592)
    2023-07-31 [email protected] Roll Flutter Engine from d95adb9c8bc6 to b84c93601684 (1 revision) (flutter/flutter#131585)
    
    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
    Please CC [email protected],[email protected],[email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Packages: 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
    engine-flutter-autoroll authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    3dc00c1 View commit details
    Browse the repository at this point in the history
Loading