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: 953cae031cb7
Choose a base ref
...
head repository: flutter/packages
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 58c02e056b92
Choose a head ref
  • 2 commits
  • 22 files changed
  • 2 contributors

Commits on Aug 19, 2025

  1. Roll Flutter from 2265d94c6b0b to e65380a22076 (8 revisions) (#9850)

    flutter/flutter@2265d94...e65380a
    
    2025-08-19 [email protected] Roll Dart SDK from 502455ee300b to 9105d946af95 (3 revisions) (flutter/flutter#174002)
    2025-08-18 [email protected] Add `open_jdk` to `Linux analyze` (flutter/flutter#173988)
    2025-08-18 [email protected] Add "team-ios" label to iOS team triage query (flutter/flutter#173997)
    2025-08-18 [email protected] Migrate deeplink json creation to public AGP api (flutter/flutter#173794)
    2025-08-18 [email protected] [ Widget Preview ] Don't crash when directory watcher restarts on Windows (flutter/flutter#173987)
    2025-08-18 [email protected] [ Widget Preview ] Don't try to instantiate invalid `@Preview()` applications (flutter/flutter#173984)
    2025-08-18 [email protected] Explain how to run Google Test tests directly (flutter/flutter#173978)
    2025-08-18 [email protected] [flutter_tools] Use DWDS 25.0.1 (flutter/flutter#173777)
    
    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] 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://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    engine-flutter-autoroll authored Aug 19, 2025
    Configuration menu
    Copy the full SHA
    6a12043 View commit details
    Browse the repository at this point in the history
  2. [go_router_builder]: Add support for relative routes (#9749)

    Adds support for TypedRelativeGoRoute.
    
    Builds on #9732
    
    Continuation of #8476 by @ThangVuNguyenViet
    
    Compared to #8476, the approach taken in this PR avoids breaking changes and creates a separate RouteData subclass instead of extending GoRouteData. The approach increases flexibility and avoids extending behavior that might not make sense for a relative route.
    
    Fully resolves flutter/flutter#108177.
    
    ## Pre-Review Checklist
    
    **Note**: The Flutter team is currently trialing the use of [Gemini Code Assist for GitHub](https://developers.google.com/gemini-code-assist/docs/review-github-code). Comments from the `gemini-code-assist` bot should not be taken as authoritative feedback from the Flutter team. If you find its comments useful you can update your code accordingly, but if you are unsure or disagree with the feedback, please feel free to wait for a Flutter team member's review for guidance on which automated comments should be addressed.
    
    [^1]: Regular contributors who have demonstrated familiarity with the repository guidelines only need to comment if the PR is not auto-exempted by repo tooling.
    LukasMirbt authored Aug 19, 2025
    Configuration menu
    Copy the full SHA
    58c02e0 View commit details
    Browse the repository at this point in the history
Loading