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

Commits on Apr 14, 2025

  1. [webview_flutter_wkwebview] Fixes loadFlutterAsset exception and up…

    …dates native wrapper for `SecTrust` and `SecCertificate` (#9016)
    
    Adds support to the native wrapper to handle `SecTrust` and `SecCertificate`. 
    
    This is a part of landing #7893 by splitting of the native wrapper implementation. 
    
    Also fixes flutter/flutter#162938 and adds an integration test for `loadFlutterAsset`.
    
    ## 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.
    bparrishMines authored Apr 14, 2025
    Configuration menu
    Copy the full SHA
    7bdffbe View commit details
    Browse the repository at this point in the history
  2. [webview_flutter_android] Adds internal wrapper methods for native `W…

    …ebViewClient`. (#8964)
    
    This adds the SSL classes for #7893 and a few extra `WebViewClient` methods.
    
    ## 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.
    bparrishMines authored Apr 14, 2025
    Configuration menu
    Copy the full SHA
    4389067 View commit details
    Browse the repository at this point in the history
  3. [tool] Run a config-only build before Xcode analyze (#9075)

    Currently xcode-analyze relies on the native project files already having been generated. This is unreliably locally, and now is problematic on CI as well since Xcode builds now (as of flutter/flutter#165916) must match the last build mode, so analysis will fail if the previous CI step built in release mode (as is currently the case).
    
    This adds a config-only build call in debug mode before analyzing. Since running a config-only build is a common operation in the tool, this extracts a helper to abstract the logic.
    
    Unblocks the flutter/flutter->flutter/packages roller.
    stuartmorgan-g authored Apr 14, 2025
    Configuration menu
    Copy the full SHA
    57a9a9b View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2025

  1. [camera_android_camerax] Updates internal API wrapper to use ProxyApis (

    #8618)
    
    Also Fixes flutter/flutter#164132 by passing a `TestInstanceManager` when needed.
    bparrishMines authored Apr 15, 2025
    Configuration menu
    Copy the full SHA
    2fcc403 View commit details
    Browse the repository at this point in the history
Loading