commit | 1ab2f5b813388daebede1f9905c89c28cfdb9efe | [log] [tgz] |
---|---|---|
author | Camille Simon <43054281+camsim99@users.noreply.github.com> | Fri May 10 20:46:24 2024 |
committer | GitHub <noreply@github.com> | Fri May 10 20:46:24 2024 |
tree | 5cc629904468888f7bcbe6502b8e17158530c7ce | |
parent | a8e9147964a17661ec702897abc830ce7240a0b0 [diff] |
[camerax] Make fixes required to swap camera_android_camerax for camera_android (#6697) Makes changes needed to land https://github.com/flutter/packages/pull/6629. Specifically: - Fixes timing issue with `stopVideoRecording` such that the `Future` it returns will only complete when CameraX reports that the recording is finalized (via listening for the [finalized video recording event](https://developer.android.com/reference/androidx/camera/video/VideoRecordEvent.Finalize)) - Modifies `startVideoCapturing` such that the `Future` it returns will only complete when CameraX reports that video capturing has started (via listening for the [started video recording event](https://developer.android.com/reference/androidx/camera/video/VideoRecordEvent.Start)) - Adds empty implementation and TODO for implementing `setDescriptionWhileRecording`
This repo is a companion repo to the main flutter repo. It contains the source code for Flutter's first-party packages (i.e., packages developed by the core Flutter team). Check the packages
directory to see all packages.
These packages are also available on pub.
Please file any issues, bugs, or feature requests in the main flutter repo. Issues pertaining to this repository are labeled “package”.
If you wish to contribute a new package to the Flutter ecosystem, please see the documentation for developing packages. You can store your package source code in any GitHub repository (the present repo is only intended for packages developed by the core Flutter team). Once your package is ready you can publish to the pub repository.
If you wish to contribute a change to any of the existing packages in this repo, please review our contribution guide, and send a pull request.
These are the packages hosted in this repository: