文件最后提交记录最后更新时间
Update repo for 3.32 stable (#9311) Does all of the steps from https://github.com/flutter/flutter/blob/master/docs/ecosystem/release/Updating-Packages-repo-for-a-stable-release.md for the 3.32 stable release (except the first one, as the stable roller has already landed).1 年前
Update repo for 3.32 stable (#9311) Does all of the steps from https://github.com/flutter/flutter/blob/master/docs/ecosystem/release/Updating-Packages-repo-for-a-stable-release.md for the 3.32 stable release (except the first one, as the stable roller has already landed).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_avfoundation] Implementation swift migration - part 3.5 (#9254) Migrates camera implementation as part of https://github.com/flutter/flutter/issues/119109 This PR consists of everything that was possible to extract from the [part 4](https://github.com/flutter/packages/pull/9219) which includes: * Adds audioCaptureDeviceFactory to FLTCamConfiguration. * Renames the lockCaptureOrientation method of Objective-C type FLTCam when exported to Swift. * Renames arguments of the captureOutput method of Objective-C type FLTCam when exported to Swift. * Changes the connection argument type of the captureOutput method of the of FLTCam class to AVCaptureConnection. * Makes minimum/maximumAvailableZoomFactor and minimum/maximumExposureOffset fields of FLTCam readonly. * Remove @testable from camera_avfoundation_objc imports ## 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.11 个月前
Update repo for 3.32 stable (#9311) Does all of the steps from https://github.com/flutter/flutter/blob/master/docs/ecosystem/release/Updating-Packages-repo-for-a-stable-release.md for the 3.32 stable release (except the first one, as the stable roller has already landed).1 年前
[camera_web] Remove mocktail dependency. (#9195) Closes https://github.com/flutter/flutter/issues/130757 ## Description - Removes mocktail dependency - Adds mockito and build_runner dependencies - Updates tests ## 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.11 个月前
Update repo for 3.32 stable (#9311) Does all of the steps from https://github.com/flutter/flutter/blob/master/docs/ecosystem/release/Updating-Packages-repo-for-a-stable-release.md for the 3.32 stable release (except the first one, as the stable roller has already landed).1 年前