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

Commits on Feb 15, 2021

  1. [camera] NNBD migration of the camera plugin (#3533)

    * Migrate camera_platform_interface to null safety
    
    * Exclude camera_platform_interface from all plugins script
    
    * Convert CameraId in test to non-nullable
    
    * Migrate to nullsafety
    
    * Attempt to fix dependency problem building all plugins
    
    * Update version information
    
    * Fix type
    
    * Make exposureMode and focusMode non-nullable
    
    * Mark google_maps_flutter as non-NNBD
    
    * Update dependencies
    
    * Added missing entry to CHANGELOG.md
    
    * Rebased on master
    mvanbeusekom authored Feb 15, 2021
    Configuration menu
    Copy the full SHA
    7e9c79b View commit details
    Browse the repository at this point in the history
Loading