文件最后提交记录最后更新时间
[camera_android_camerax] Implement enableAudio for video recording (#9264) > [!NOTE] > This should land after https://github.com/flutter/packages/pull/9241, which should safely bumps the AGP version of this plugin's example app higher than this PR does. Fixes https://github.com/flutter/flutter/issues/168551 by implementing the enableAudio camera setting for video recording. Also: - Bumps CameraX library version to the latest version,1.5.0-beta01 (to use a new CameraX method in this implementation) - Bumps the plugin AGP version to that which 1.5.0-beta01 requires (8.6.0) - Bumps the plugin's example app AGP version to that which 1.5.0-beta01 requires (8.6.0) -- will be overridden by https://github.com/flutter/packages/pull/9241 - Corrects the example app to use the enableAudio setting just as the app-facing camera widget does - Adds lint errors caused by the **pigeon generated** CameraXLibrary.g.kt file caused by the 1.5.0-beta01 bump to a lint-baseline.xml file (all the errors are [UnsageOptInUsage](https://googlesamples.github.io/android-custom-lint-rules/checks/UnsafeOptInUsageError.md.html) lints caused by the plugin's [ExperimentalCamera2Interop](https://developer.android.com/reference/androidx/camera/camera2/interop/ExperimentalCamera2Interop) usage which is unrelated to this PR) ## Pre-Review Checklist [^1]: Regular contributors who have demonstrated familiarity with the repository guidelines only need to comment if the PR is not auto-exempted by repo tooling.1 年前
[camera_android_camerax] Implement enableAudio for video recording (#9264) > [!NOTE] > This should land after https://github.com/flutter/packages/pull/9241, which should safely bumps the AGP version of this plugin's example app higher than this PR does. Fixes https://github.com/flutter/flutter/issues/168551 by implementing the enableAudio camera setting for video recording. Also: - Bumps CameraX library version to the latest version,1.5.0-beta01 (to use a new CameraX method in this implementation) - Bumps the plugin AGP version to that which 1.5.0-beta01 requires (8.6.0) - Bumps the plugin's example app AGP version to that which 1.5.0-beta01 requires (8.6.0) -- will be overridden by https://github.com/flutter/packages/pull/9241 - Corrects the example app to use the enableAudio setting just as the app-facing camera widget does - Adds lint errors caused by the **pigeon generated** CameraXLibrary.g.kt file caused by the 1.5.0-beta01 bump to a lint-baseline.xml file (all the errors are [UnsageOptInUsage](https://googlesamples.github.io/android-custom-lint-rules/checks/UnsafeOptInUsageError.md.html) lints caused by the plugin's [ExperimentalCamera2Interop](https://developer.android.com/reference/androidx/camera/camera2/interop/ExperimentalCamera2Interop) usage which is unrelated to this PR) ## Pre-Review Checklist [^1]: Regular contributors who have demonstrated familiarity with the repository guidelines only need to comment if the PR is not auto-exempted by repo tooling.1 年前
[camera_android_camerax] Implement enableAudio for video recording (#9264) > [!NOTE] > This should land after https://github.com/flutter/packages/pull/9241, which should safely bumps the AGP version of this plugin's example app higher than this PR does. Fixes https://github.com/flutter/flutter/issues/168551 by implementing the enableAudio camera setting for video recording. Also: - Bumps CameraX library version to the latest version,1.5.0-beta01 (to use a new CameraX method in this implementation) - Bumps the plugin AGP version to that which 1.5.0-beta01 requires (8.6.0) - Bumps the plugin's example app AGP version to that which 1.5.0-beta01 requires (8.6.0) -- will be overridden by https://github.com/flutter/packages/pull/9241 - Corrects the example app to use the enableAudio setting just as the app-facing camera widget does - Adds lint errors caused by the **pigeon generated** CameraXLibrary.g.kt file caused by the 1.5.0-beta01 bump to a lint-baseline.xml file (all the errors are [UnsageOptInUsage](https://googlesamples.github.io/android-custom-lint-rules/checks/UnsafeOptInUsageError.md.html) lints caused by the plugin's [ExperimentalCamera2Interop](https://developer.android.com/reference/androidx/camera/camera2/interop/ExperimentalCamera2Interop) usage which is unrelated to this PR) ## Pre-Review Checklist [^1]: Regular contributors who have demonstrated familiarity with the repository guidelines only need to comment if the PR is not auto-exempted by repo tooling.1 年前
[camera] Add CameraX plugin for development (#6178) 3 年前