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: 42b990962578
Choose a base ref
...
head repository: flutter/plugins
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a8e0129220b5
Choose a head ref
  • 1 commit
  • 8 files changed
  • 1 contributor

Commits on Sep 20, 2021

  1. [flutter_plugin_tools] Add a federated PR safety check (#4329)

    Creates a new command to validate that PRs don't change platform interface packages and implementations at the same time, to try to prevent ecosystem-breaking changes. See flutter/flutter#89518 for context.
    
    Per the explanation in the issue, this has carve-outs for:
    - Changes to platform interfaces that aren't published (allowing for past uses cases such as making a substantive change to an implementation, and making minor adjustments to comments in the PI package based on those changes).
    - Things that look like bulk changes (e.g., a mass change to account for a new lint rule)
    
    Fixes flutter/flutter#89518
    stuartmorgan-g authored Sep 20, 2021
    Configuration menu
    Copy the full SHA
    a8e0129 View commit details
    Browse the repository at this point in the history
Loading