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

Commits on Dec 5, 2022

  1. [camera] Handle empty grantResults on permission request (#6758)

    * [camera] Handle empty grantResults on permission request
    
    * update changelog and add test
    
    * fix typo
    
    * format
    
    * Update packages/camera/camera_android/CHANGELOG.md
    
    Co-authored-by: Camille Simon <[email protected]>
    
    Co-authored-by: Camille Simon <[email protected]>
    davidmartos96 and camsim99 authored Dec 5, 2022
    Configuration menu
    Copy the full SHA
    63f1b8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1579f2f View commit details
    Browse the repository at this point in the history
  3. [gh_actions]: Bump github/codeql-action from 2.1.27 to 2.1.35 (#6788)

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.27 to 2.1.35.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@8075783...b2a92eb)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 5, 2022
    Configuration menu
    Copy the full SHA
    345bddb View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. [camera] Add ability to concurrently record and stream video (#6290)

    * Implement interface methods to allow concurrent stream and record
    
    There will be a subsequent change to the `camera` package to make use of these implementations.
    
    * Fix android test
    
    * Format android_camera_test.dart
    
    * Resolve analyze failures
    
    * Fix version bumps
    
    * Fix MethodChannelCameraTest
    
    * Fix comment on FLTCam
    
    * Add tests to confirm can't stream on windows or web
    
    * CHANGELOG updates
    
    * Fix analyze errors
    
    * Fix dart analyze warnings for web
    
    * Formatted
    adam-harwood authored Dec 6, 2022
    Configuration menu
    Copy the full SHA
    374e598 View commit details
    Browse the repository at this point in the history
Loading