文件最后提交记录最后更新时间
[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 个月前
[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 个月前
[camera] Add API support query for image streaming (#8250) Add API support query, supportsImageStreaming for checking if the camera platform supports image streaming. As requested on this comment: https://github.com/flutter/packages/pull/8234#discussion_r1871232301 Attempting to follow the [contribution guide wrt. changing federated plugins](https://github.com/flutter/flutter/blob/master/docs/ecosystem/contributing/README.md#changing-federated-plugins). There is no issue to link to, but should I create one?1 年前
[camera_avfoundation] Correct pigeon configuration output paths (#9313) Updates the output paths in the pigeon configuration. I missed this when I separated the implementation into separate targets for SwiftPM (moving the ObjC part into the camera_avfoundation_objc directory). Resolves: https://github.com/flutter/flutter/issues/168312 ## 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 API support query for image streaming (#8250) Add API support query, supportsImageStreaming for checking if the camera platform supports image streaming. As requested on this comment: https://github.com/flutter/packages/pull/8234#discussion_r1871232301 Attempting to follow the [contribution guide wrt. changing federated plugins](https://github.com/flutter/flutter/blob/master/docs/ecosystem/contributing/README.md#changing-federated-plugins). There is no issue to link to, but should I create one?1 年前
[camera] Federate mobile implementations (#5937) 3 年前
[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 个月前
[camera] Federate mobile implementations (#5937) 3 年前
[various] Update flutter.dev links to more reliable destinations (#6963) Contributes to https://github.com/flutter/website/issues/10363 by updating to the latest links and updating some links to use new /to/ links that can be updated as needed.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 个月前
README.md

camera_avfoundation

The iOS implementation of camera.

Usage

This package is endorsed, which means you can simply use camera normally. This package will be automatically included in your app when you do, so you do not need to add it to your pubspec.yaml.

However, if you import this package to use any of its APIs directly, you should add it to your pubspec.yaml as usual.