文件最后提交记录最后更新时间
[various] Update minimum iOS versions to 12.0 (#5902) This makes the following mass changes: - Builds all examples with current stable (3.16.7), to pick up the auto-migration of projects to a minimum of iOS 12. - In some cases this picks up other boilerplate Xcode project migrations that had never been checked in to those projects. - Updates all iOS plugin implementations to indicate that they require iOS 12.0 or later. - Updates all the READMEs of the app-facing versions of those plugins to indicate that iOS 11 will no longer receive implementation updates. The only code changes are: - the removal of some @available checks in in_app_purchase_storekit that had become no-ops with the support change - the removal of a ! in camera_avfoundation Dart code, which is no longer necessary due to changes in nullable field promotion in newer versions of Dart. These changes are version-exempt [per repo policy](https://github.com/flutter/flutter/wiki/Contributing-to-Plugins-and-Packages#version-and-changelog-updates), so the changelog changes all use NEXT.2 年前
[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 年前
[all] Update UIViewControllerBasedStatusBarAppearance to true (#4225) Now that we support UIViewControllerBasedStatusBar by default (after engine roll: https://github.com/flutter/flutter/commit/c7167765d74c1980c9ba750c5750ae27817ad630), we should make this value to be true. Part of https://github.com/flutter/flutter/issues/1289692 年前
[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] Adds Swift Package Manager compatibility (#7080) Adds Swift Package Manager support to camera_avfoundation. This does not migrate the example app's Xcode project to use Swift Package Manager, that's tracked by https://github.com/flutter/flutter/issues/148021. Fixes https://github.com/flutter/flutter/issues/1469021 年前