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: 287739d0acce
Choose a base ref
...
head repository: flutter/packages
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 321a5846838d
Choose a head ref
  • 3 commits
  • 18 files changed
  • 3 contributors

Commits on Sep 30, 2025

  1. [file_selector] updates build files to use JVM 17 (#10097)

    Update minimum flutter version to 3.35 to force a minimum AGP version to something that requires java 17. 
    part of [#176027](flutter/flutter#176027)
    
    All dart code changes were formatter changes. 
    
    ## 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.
    AbdeMohlbi authored Sep 30, 2025
    Configuration menu
    Copy the full SHA
    b7caa1d View commit details
    Browse the repository at this point in the history
  2. Revert hardcoded compilesdk back to flutter.compileSdkVersion in `c…

    …amera_android` (#9668)
    
    Merged hardcoded compileSdkVersion instead of using `flutter.compileSdkVersion`. Reverting back to `flutter.compileSdkVersion`.
    
    ## 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.
    jesswrd authored Sep 30, 2025
    Configuration menu
    Copy the full SHA
    15acade View commit details
    Browse the repository at this point in the history
  3. [local_auth] Adopt structured errors - platform interface (#10023)

    Platform interface portion of #9981
    
    - Adds the new `LocalAuthException` class for structured errors.
    - Deprecates `AuthenticationOptions.useErrorDialogs`
    
    Part of:
    - flutter/flutter#113687
    - flutter/flutter#175125
    
    ## Pre-Review Checklist
    
    [^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.
    stuartmorgan-g authored Sep 30, 2025
    Configuration menu
    Copy the full SHA
    321a584 View commit details
    Browse the repository at this point in the history
Loading