Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
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/plugins
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 54fc2066d636
Choose a base ref
...
head repository: flutter/plugins
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2dd85ec81d06
Choose a head ref
  • 3 commits
  • 28 files changed
  • 1 contributor

Commits on Dec 21, 2022

  1. [webview_flutter_wkwebview] Adds support for `WKNavigationAction.navi…

    …gationType` (#6863)
    
    * add navigation type to navigation action
    
    * version bump and export
    
    * remove import
    
    * ios unit test
    
    * lint warning
    
    * formatting
    
    * add readme change to CHANGELOG
    
    * remove unused method
    
    * undo mocks change
    
    * last mocks change
    
    * mention pigeon dependency
    bparrishMines authored Dec 21, 2022
    Configuration menu
    Copy the full SHA
    c61ac23 View commit details
    Browse the repository at this point in the history
  2. [webview_flutter_android] Adds support for selecting Hybrid Compositi…

    …on (#6864)
    
    * add displayWithHybridComposition flag
    
    * move duplicate method
    
    * unit tests
    
    * adds
    
    * update docs
    
    * create platformviewsserviceproxy
    
    * use proxy for platformviewsservice
    
    * remove usused code
    
    * update display mode
    
    * use clever imports
    bparrishMines authored Dec 21, 2022
    Configuration menu
    Copy the full SHA
    15cfe8a View commit details
    Browse the repository at this point in the history
  3. [webview_flutter_android] Fixes bug where a `AndroidNavigationDelegat…

    …e` was required to load a request (#6872)
    
    * fix bug
    
    * comment
    
    * another test
    
    * fix spelling
    bparrishMines authored Dec 21, 2022
    Configuration menu
    Copy the full SHA
    2dd85ec View commit details
    Browse the repository at this point in the history
Loading