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

Commits on Sep 21, 2023

  1. [webview_flutter_wkwebview] Adds WKWebView implementation to override…

    … console log (#4703)
    
    Adds the WKWebView implementation for registering a JavaScript console callback. This will allow developers to receive JavaScript console messages in a Dart callback.
    
    This PR contains the `webview_flutter_wkwebview` specific changes from PR #4541.
    
    Related issue: flutter/flutter#32908
    
    *If you had to change anything in the [flutter/tests] repo, include a link to the migration guide as per the [breaking change policy].*
    mvanbeusekom authored Sep 21, 2023
    Configuration menu
    Copy the full SHA
    7eee49a View commit details
    Browse the repository at this point in the history
  2. [go_router] Fixes the GoRouter.goBranch so that it doesn't reset extr… (

    #4723)
    
    �a to null if extra is not serializable.
    
    This was a mistake I made when I refactor the code, the goBranch uses GoRouter.restore which will go through unnecessary serialize/deserialize. Fixing this will unfortunately introduce a breaking change, though I don't think a lot of people will be impacted by this.
    
    I will write a migration guide soon
    
    fixes flutter/flutter#129347
    chunhtai authored Sep 21, 2023
    Configuration menu
    Copy the full SHA
    55b7293 View commit details
    Browse the repository at this point in the history
Loading