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: ab66a4bf3c4e
Choose a base ref
...
head repository: flutter/plugins
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 675f91b3a3e2
Choose a head ref
  • 7 commits
  • 85 files changed
  • 2 contributors

Commits on Mar 4, 2022

  1. Configuration menu
    Copy the full SHA
    bed9aa7 View commit details
    Browse the repository at this point in the history
  2. [file_selector] Add macOS support (#4381)

    Brings file_selector_macos into flutter/plugins from FDE, with the following changes:
    - Refactored slightly to allow for unit tests of almost all of the native code
    - Added native unit test coverage
    - Translated to Swift, to follow repo conventions for macOS plugins
    - Added an in-package example (almost an exact duplicate of the app-facing version, but written against the platform interface, as is our current practice)
    - Moved to an in-package method channel. As part of that, moved the flattening of type groups from Swift to Dart.
    
    Does not currently include native UI tests to allow for end-to-end testing (since Flutter integration tests can't be used). They should be added later (they are currently blocked on flutter/flutter#90673), but the unit tests give substantial coverage, making it substantially better to move the plugin now to get those tests running.
    
    macOS portion of flutter/flutter#70221
    stuartmorgan-g authored Mar 4, 2022
    Configuration menu
    Copy the full SHA
    77e841d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f32730d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3529555 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c0db021 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    30075f2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    675f91b View commit details
    Browse the repository at this point in the history
Loading