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

Commits on Feb 15, 2024

  1. [local_auth] Add compatibility with latest intl (#6138)

    `intl` 0.19.0 doesn't have any changes that break us, so we can expand our range of allowed versions for better ecosystem compatibility.
    
    Fixes flutter/flutter#141779
    stuartmorgan-g authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    8f730b9 View commit details
    Browse the repository at this point in the history
  2. [google_sign_in] Clean up pre-Pigeon code (#6141)

    Internal native helper code was still using `id` arguments, doing type checking, and handling `NSNull`, none of which is relevant now that the calling code has been converted to Pigeon and is already strongly typed as `NSString`.
    stuartmorgan-g authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    e650b10 View commit details
    Browse the repository at this point in the history
  3. Explicitly pass the web renderer into the tests. (#6140)

    The web tests currently all assume to be using the html renderer. `flutter test` previously erroneously was serving files for the HTML renderer by default (which is not the intended behavior). After this was fixed, the tests started running on the CanvasKit renderer and some of them broke. If we are relying on the html renderer, we should explicitly pass it when running `flutter test`
    eyebrowsoffire authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    dcbaee5 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Configuration menu
    Copy the full SHA
    cc05af8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c56c12d View commit details
    Browse the repository at this point in the history
Loading