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

Commits on Mar 30, 2021

  1. Update build-all test for null-safe template (#3773)

    Flutter master now creates NNBD code when running 'flutter create', so
    the generated pubspec for build_all needs to use a compatible SDK
    version. This updates from 2.0.0 to 2.12.0.
    
    Also includes a test for this, which involved setting up tests for the
    file, and doing some refactoring to make the command testable. As a
    result, this fixes flutter/flutter#61049
    (although more test backfill is needed).
    stuartmorgan-g authored Mar 30, 2021
    1 Configuration menu
    Copy the full SHA
    e0e9be0 View commit details
    Browse the repository at this point in the history
Loading