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: 51434ec
Choose a base ref
...
head repository: flutter/plugins
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6ab7d71
Choose a head ref
  • 3 commits
  • 42 files changed
  • 3 contributors

Commits on Dec 8, 2022

  1. [camera] Re-enable ability to concurrently record and stream video (#…

    …6808)
    
    * Re-enable stream and record
    
    This re-commits the content from #6290. Will make a subsequent commit to try and fix the broken integ tests.
    
    * Fix broken integration test for streaming
    
    The `whenComplete` call was sometimes causing a race condition. It is also isn't needed for the test (to reset the value of isDetecting, given it's local), so removing it makes the test reliable.
    
    * Trivial CHANGELOG change to trigger full CI tests
    
    Co-authored-by: stuartmorgan <[email protected]>
    adam-harwood and stuartmorgan-g authored Dec 8, 2022
    Configuration menu
    Copy the full SHA
    929c9a6 View commit details
    Browse the repository at this point in the history
  2. [video_player] Fix file URI construction (#6803)

    * Fix bug in file constructor
    
    * Fix comment in interface package
    
    * Fix minicontroller for examples/tests/
    
    * Version bumps
    
    * Skip file tests on web
    
    * Don't use file source in non-file tests, since web doesn't support it
    stuartmorgan-g authored Dec 8, 2022
    Configuration menu
    Copy the full SHA
    f31a438 View commit details
    Browse the repository at this point in the history
  3. Roll Flutter from a570fd2 to 521028c (11 revisions) (#6810)

    * e07240e Update docs_deploy builder with the real name. (flutter/flutter#116631)
    
    * 182f9f6 Roll Plugins from 374e598 to 7b5d832 (3 revisions) (flutter/flutter#116660)
    
    * 352ad3a Adds API in semanticsconfiguration to decide how to merge child semanticsConfigurations (flutter/flutter#110730)
    
    * 7673108 Revert "Speed up first asset load by encoding asset manifest in binary rather than JSON (#113637)" (flutter/flutter#116662)
    
    * 68ce1ae Reland "Use semantics label for backbutton and closebutton for Android" (flutter/flutter#115776)
    
    * cc256c3 Revert "Use semantics label for backbutton and closebutton for Android" (flutter/flutter#116675)
    
    * 297f094 LookupBoundary (flutter/flutter#116429)
    
    * 7b458e5 Implement Linux part of examples (flutter/flutter#108068)
    
    * 3f1fb1b Update assets_for_android_views git dependency pins (flutter/flutter#116639)
    
    * 8b80552 Fix language version check logic to determine nullsafe soundness. (flutter/flutter#116679)
    
    * 521028c Reland "Use semantics label for backbutton and closebutton for Android" (flutter/flutter#116676)
    engine-flutter-autoroll authored Dec 8, 2022
    Configuration menu
    Copy the full SHA
    6ab7d71 View commit details
    Browse the repository at this point in the history
Loading