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

Commits on Apr 6, 2021

  1. Switch script/tools over to the new analysis options (#3777)

    Removes the legacy analysis options override and fixes all resulting issues. This is a combination of dart fix and manual changes (mostly mechanical, but some small restructuring to address warnings more cleanly, such as creating typed structs from args when they are used repeatedly to avoid repeated casting, or making things that were unnecessarily public private).
    
    One small opportunistic extra cleanup is that the handling of null-safety prerelease versions is removed, as any new plugin would be written null-safe from the start, so we no longer need to allow those versions.
    
    Part of flutter/flutter#76229
    stuartmorgan-g authored Apr 6, 2021
    1 Configuration menu
    Copy the full SHA
    3f2e2ac View commit details
    Browse the repository at this point in the history
Loading