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

Commits on Feb 9, 2024

  1. [webview_flutter] Minor test cleanup (#6031)

    - Remove an iOS-only integration test from the app-facing package; there's already a copy in the iOS implementation package, and it's not relevant to the app-facing API.
    - Remove dead iOS native test code; the actual iOS native tests are all in the iOS package now, and this code isn't being run (since the repo tooling doesn't try to run native tests for plugins that don't have inline native implementations)
    
    Fixes flutter/flutter#91004
    stuartmorgan-g authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    fe7d52d View commit details
    Browse the repository at this point in the history
  2. [go_router] Expose full Uri on GoRouterState in GoRouterRedirect (

    #5742)
    
    A number of developers have voiced the desire to be able to know whether a `GoRouterState` is the result of a deep-link or in-app navigation from within their `GoRouter`'s `redirect` method. This can be accomplished by exposing the `Uri`'s `scheme` and `host` on the `GoRouterState`. This way, we can know whether the `GoRouterState` is the result of a deep-link by checking `state.uri.scheme != null` or `state.uri.host != null`.
    
    This PR would close [#103659](flutter/flutter#103659 (comment)).
    
    No tests were broken as a result of this change, and we have added coverage for this change through new tests.
    ChopinDavid authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    c269727 View commit details
    Browse the repository at this point in the history
  3. [webview_flutter] Add listener for content offset (#3444)

    ## Description
    This PR is created from [the previous PR in flutter/plugin](flutter/plugins#2107)
    
    ## Related Issues
    flutter/flutter#31027
    TheVinhLuong authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    b58b33c View commit details
    Browse the repository at this point in the history
  4. [local_auth]: Renamed local_auth_ios to local_auth_darwin (#5809)

    Renames `local_auth_ios` to `local_auth_darwin`
    
    resolves flutter/flutter#141020
    
    *If you had to change anything in the [flutter/tests] repo, include a link to the migration guide as per the [breaking change policy].*
    OutdatedGuy authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    0a69259 View commit details
    Browse the repository at this point in the history
Loading