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

Commits on Apr 23, 2025

  1. Redistribute iOS CODEOWNERS (#9129)

    Remove loic-sharma and add LongCatIsLooong to iOS CODEOWNERS. Also, assign 2 people to each plugin.
    
    ## 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.
    vashworth authored Apr 23, 2025
    Configuration menu
    Copy the full SHA
    813b3be View commit details
    Browse the repository at this point in the history
  2. [google_maps_flutter_ios] Fix iOS regression where updating a marker …

    …hides its info window (#9127)
    
    Fixes a regression introduced on version 2.12.0: _Adds support for marker clustering_ (#6186), where visible info windows are not visible after marker updates.
    Adds tests accordingly.
    
    Fixes flutter/flutter#167459
    Related to flutter/flutter#159471
    
    ## 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.
    jokerttu authored Apr 23, 2025
    Configuration menu
    Copy the full SHA
    3ee5f0a View commit details
    Browse the repository at this point in the history
  3. [camerax] Ensure DeviceOrientationManager stops on dispose (#9141)

    This ensures DeviceOrientationManager is released on dispose. Prevents
    leaked IntentReceiver on close.
    
    Fixes: flutter/flutter#166529
    
    ## Pre-Review Checklist
    
    - [X] I read the [Contributor Guide] and followed the process outlined
    there for submitting PRs.
    - [X] I read the [Tree Hygiene] page, which explains my
    responsibilities.
    - [X] I read and followed the [relevant style guides] and ran [the
    auto-formatter].
    - [X] I signed the [CLA].
    - [X] The title of the PR starts with the name of the package surrounded
    by square brackets, e.g. `[shared_preferences]`
    - [X] I [linked to at least one issue that this PR fixes] in the
    description above.
    - [X] I updated `pubspec.yaml` with an appropriate new version according
    to the [pub versioning philosophy], or I have commented below to
    indicate which [version change exemption] this PR falls under[^1].
    - [X] I updated `CHANGELOG.md` to add a description of the change,
    [following repository CHANGELOG style], or I have commented below to
    indicate which [CHANGELOG exemption] this PR falls under[^1].
    - [X] I updated/added any relevant documentation (doc comments with
    `///`).
    - [X] I added new tests to check the change I am making, or I have
    commented below to indicate which [test exemption] this PR falls
    under[^1].
    - [X] All existing and new tests are passing.
    mboetger authored Apr 23, 2025
    Configuration menu
    Copy the full SHA
    ae4f17d View commit details
    Browse the repository at this point in the history
Loading