Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

[camera] Re-enable ability to concurrently record and stream video #6808

Merged

Commits on Dec 8, 2022

  1. Re-enable stream and record

    This re-commits the content from flutter#6290. Will make a subsequent commit to try and fix the broken integ tests.
    Adam Harwood committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    af89cf4 View commit details
    Browse the repository at this point in the history
  2. 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.
    Adam Harwood committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    4b84485 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f4c836 View commit details
    Browse the repository at this point in the history