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: 13b49f4
Choose a base ref
...
head repository: flutter/packages
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: bd297cf
Choose a head ref
  • 4 commits
  • 122 files changed
  • 4 contributors

Commits on Jun 8, 2026

  1. [Decoupling] Repo-wide changes (#11874)

    This PR makes the repo-wide changes from #11669 in a smaller PR.
    justinmc authored Jun 8, 2026
    Configuration menu
    Copy the full SHA
    b89a0d1 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2026

  1. [google_maps_flutter_ios_sdk9] Fix title in google maps sdk9 readme (#…

    …11826)
    
    Google maps sdk9 readme had a typo where it said sdk10 instead in the title
    
    *List which issues are fixed by this PR. You must list at least one issue.*
    
    ## 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.
    Hari-07 authored Jun 9, 2026
    Configuration menu
    Copy the full SHA
    357bcdf View commit details
    Browse the repository at this point in the history
  2. [tool] Check for any Flutter SDK dependency (#11875)

    When determining whether a package requires `flutter`, look for any `sdk: flutter` dependency rather than just for the `flutter` dependency in particular. This will ensure that includes, for example, packages with a `flutter_test` dev dependency, but no `flutter` dependency.
    stuartmorgan-g authored Jun 9, 2026
    Configuration menu
    Copy the full SHA
    1ca9c97 View commit details
    Browse the repository at this point in the history
  3. [AGP 9] Migrate Remaining Plugin Example Apps to Built-in Kotlin (#11806

    )
    
    Migrate remaining example apps to built-in kotlin. Refactored validation checks for kotlin configs and added unit tests for example apps. Now both plugin modules and plugin example apps have checks for kotlin configs (includes built-in kotlin configs).
    
    Fixes flutter/flutter#187325
    ## 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 Jun 9, 2026
    Configuration menu
    Copy the full SHA
    bd297cf View commit details
    Browse the repository at this point in the history
Loading