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

Commits on Apr 21, 2026

  1. [webview_flutter_wkwebview] Tear down ProxyAPIRegistrar in `applicati…

    …onWillTerminate` (#11484)
    
    InstanceManager contains the only strong reference to the finalizer delegate that makes the call to Dart when an object is deallocated. This sets the plugin to listen for `applicationWillTerminate` to tear down the `ProxyAPIRegistrar`.
    
    Potential fix for flutter/flutter#168535 . This crash is difficult to reproduce, so this is just a attempt to prevent it because most of the stacktraces in the issue include `[UIApplication _terminateWithStatus:]`. It's possible this could clean up the plugin before the crash can happen. 
    
    ## 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.
    bparrishMines authored Apr 21, 2026
    Configuration menu
    Copy the full SHA
    9391572 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a2091d View commit details
    Browse the repository at this point in the history
Loading