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

Commits on Jan 26, 2023

  1. [tool/ci] Add minimum supported SDK validation (#7028)

    Adds options to `pubspec.yaml` to check that the minimum supported SDK range for Flutter/Dart is at least a given version, to add CI enforcement that we're updating all of our support claims when we update our tested versions (rather than it being something we have to remember to do), and enables it in CI.
    
    As part of enabling it, fixes some violations:
    - path_provider_foundation had been temporarily dropped back to 2.10 as part of pushing out a regression fix.
    - a number of examples were missing Flutter constraints even though they used Flutter.
    - the non-Flutter `plugin_platform_interface` package hadn't been update since I hadn't thought about Dart-only constraints in the past.
    stuartmorgan-g authored Jan 26, 2023
    Configuration menu
    Copy the full SHA
    af065a6 View commit details
    Browse the repository at this point in the history
  2. [camera] Add back Optional type for nullable CameraController orienta…

    …tions (#6911)
    
    * Add flag
    
    * Add missing comment
    
    * Add tests
    
    * Bump versions
    
    * Stage changelog changes
    
    * Revert "Fix examples analyze"
    
    This reverts commit 4db1858.
    
    * Revert "[camera] Remove deprecated Optional type (#6870)"
    
    This reverts commit 3d8b73b.
    
    * Add back optional
    
    * Edit changelog
    
    * Fix semicolon
    
    * Add )
    camsim99 authored Jan 26, 2023
    Configuration menu
    Copy the full SHA
    ff84c44 View commit details
    Browse the repository at this point in the history
Loading