Thanks to visit codestin.com
Credit goes to github.com

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: aa1eace
Choose a base ref
...
head repository: flutter/packages
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 369ee7e
Choose a head ref
  • 10 commits
  • 75 files changed
  • 7 contributors

Commits on Jul 13, 2023

  1. Configuration menu
    Copy the full SHA
    a4907b5 View commit details
    Browse the repository at this point in the history
  2. Fix Router Config Issues #4300 (go_router_builder/example) (#4369)

    This PR is an extension of the previous PR #4300 that I submitted. The previous PR, being based on the main branch, was closed and the contents were copied to a new branch in order to make further contributions.�
    
    In the previous PR, an assertion error was fixed by adding `routeInformationProvider` to `MaterialApp.router`. After a series of code reviews, we updated to use routerConfig and added some test codes.
    
    All the contents have been transferred to the current `bugfix/RouterConfig` branch.
    
    ---
    *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 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].*
    bisor0627 authored Jul 13, 2023
    Configuration menu
    Copy the full SHA
    5e63ef1 View commit details
    Browse the repository at this point in the history
  3. Roll Flutter (stable) from 796c8ef79279 to f468f3366c26 (2 revisions) (

    …#4456)
    
    flutter/flutter@796c8ef...f468f33
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/flutter-stable-packages
    Please CC [email protected],[email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Flutter (stable): https://github.com/flutter/flutter/issues/new/choose
    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 Jul 13, 2023
    Configuration menu
    Copy the full SHA
    9f30741 View commit details
    Browse the repository at this point in the history
  4. Roll Flutter from 544d30d to c40173f (10 revisions) (#4457)

    flutter/flutter@544d30d...c40173f
    
    2023-07-13 [email protected] Revert "Roll Flutter Engine from 16e2ab7e986c to 1b1ccdd1f527 (13 revisions)" (flutter/flutter#130479)
    2023-07-13 [email protected] Roll Flutter Engine from 16e2ab7e986c to 1b1ccdd1f527 (13 revisions) (flutter/flutter#130458)
    2023-07-13 [email protected] Exclude `Tooltip`'s overlay child from SelectableRegion (flutter/flutter#130181)
    2023-07-12 [email protected] Update `Checkbox` tests for M2/M3 (flutter/flutter#130351)
    2023-07-12 [email protected] Refactor JSNumber.toDart and Object.toJS (flutter/flutter#129436)
    2023-07-12 [email protected]  Reland [a11y] CupertinoSwitch On/Off labels (flutter/flutter#130173)
    2023-07-12 [email protected] Add missing links to examples that aren't linked anywhere (flutter/flutter#130422)
    2023-07-12 [email protected] Use platform specific line separator in gen-l10n (flutter/flutter#130090)
    2023-07-12 [email protected] Update `Divider`/`VerticalDivider` and theme tests for M2/M3 (flutter/flutter#130415)
    2023-07-12 [email protected] Roll Flutter Engine from 5c887028810d to 16e2ab7e986c (2 revisions) (flutter/flutter#130421)
    
    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] 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 Jul 13, 2023
    Configuration menu
    Copy the full SHA
    d70eed0 View commit details
    Browse the repository at this point in the history
  5. [various] Update Pigeon in Swift plugins (#4461)

    Updates `pigeon` in all of our Swift plugins, to ensure that they have the fix for flutter/flutter#129283
    
    Fixes flutter/flutter#129536
    stuartmorgan-g authored Jul 13, 2023
    Configuration menu
    Copy the full SHA
    808d790 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. [xdg_directories] Remove process dependency (#4460)

    Replaces the `process` dependency with direct use of `io.Process`, to reduce external dependencies, since this is a `path_provider` dependency and thus a core package.
    
    Fixes flutter/flutter#129787
    stuartmorgan-g authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    b166a0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13557d6 View commit details
    Browse the repository at this point in the history
  3. [google_maps_flutter_platform_interface] Add support for cloud-based …

    …map styling (#4141)
    
    This PR is sub-PR splitted out from the #3682
    containing only the platform_interface package changes.
    
    Related to issue flutter/flutter#67631
    jokerttu authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    77bb4d9 View commit details
    Browse the repository at this point in the history
  4. [video_player] added iOS exception on incorrect asset path (#4318)

    surfaced the incorrect asset path error to dart using try catch.
    
    Fixes [#118660](flutter/flutter#118660)
    zopagaduanjr authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    4c11497 View commit details
    Browse the repository at this point in the history
  5. [Tool] New tool to download android dependencies (#4408)

    This pr is pushed for high level feedback/conversation. I will add tests before serious review. 
    should be read in conjuction with https://flutter-review.googlesource.com/c/recipes/+/46980
    
    - Create new top level command to run flutter dependencies on changed packages
    - when running android tests download dependencies before running tests
    
    flutter/flutter#120119
    reidbaker authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    369ee7e View commit details
    Browse the repository at this point in the history
Loading