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: 9d32c83af9af
Choose a base ref
...
head repository: flutter/plugins
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f45bf32f9f53
Choose a head ref
  • 19 commits
  • 137 files changed
  • 9 contributors

Commits on Feb 9, 2022

  1. Configuration menu
    Copy the full SHA
    a3fd3e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    049ae07 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f2944b5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    08ba6bd View commit details
    Browse the repository at this point in the history
  5. [url_launcher] Major version bump for desktop Dart-based url_launcher…

    … implementations (#4777)
    
    #4719 converted the url_launcher implementations to Dart-based versions. This should have been completely transparent to clients, but there is a latent bug in `url_launcher` where the `default_package` entries for Linux, macOS, and Windows are incorrect. This went unnoticed until now because currently the only client-facing effect of `default_package` is in resolving which implementation to run Dart registration for. Because of the typos in the `default_package` entries, the resolution in the `flutter` tool doesn't recognize the registration for these packages as needing to run, causing them to be broken at runtime.
    
    The affected versions have been retracted to fix the breakage in the short term. This is PR is the first half of the long-term fix; it re-releases them as a major version bump so that existing versions of `url_launcher` will not pick them up. Once they are published, a follow-up PR will update `url_launcher` to fix the typos and relax the version constraints for the dependencies on these implementation packages to allow 2.x or 3.x. (In theory this could be one PR, but doing it as two ensures that we get real testing on the `url_launcher` change, so is safer.)
    
    Part of a long-term fix for flutter/flutter#98097
    stuartmorgan-g authored Feb 9, 2022
    Configuration menu
    Copy the full SHA
    a80f983 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9bf1737 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a931655 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    880bfbf View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. Configuration menu
    Copy the full SHA
    7169829 View commit details
    Browse the repository at this point in the history
  2. [image_picker] Default to gallery instead of camera when picking mult…

    …iple images on pre-iOS 14 devices. (#4718)
    mvanbeusekom authored Feb 10, 2022
    Configuration menu
    Copy the full SHA
    aa36a8a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    839af29 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e2761fd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7e73aae View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    09ab5d7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8dc94de View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    04d5fa9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5bb4788 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

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