文件最后提交记录最后更新时间
[local_auth]: Renamed local_auth_ios to local_auth_darwin (#5809) Renames local_auth_ios to local_auth_darwin resolves https://github.com/flutter/flutter/issues/141020 *If you had to change anything in the [flutter/tests] repo, include a link to the migration guide as per the [breaking change policy].*2 年前
[various] Add Swift Package Manager integration to example apps (#8219) This migrates various example apps to have Swift Package Manager integration. This raises the example apps' Flutter SDK requirement to 3.24.0 or higher. I will get a text exemption for this change. The example apps were migrated using the following commands: ``` dart run script/tool/bin/flutter_plugin_tools.dart build-examples --ios --swift-package-manager dart run script/tool/bin/flutter_plugin_tools.dart build-examples --macos --swift-package-manager ``` ⚠️ The following plugins' example apps are **not* included in this change as their migration included non-SPM changes that require closer review: 1. google_sign_in 1. google_sign_in_ios 1. image_picker 1. image_picker_ios 1. image_picker_macos 1. pigeon Part of: https://github.com/flutter/flutter/issues/1591731 年前
[local_auth]: Renamed local_auth_ios to local_auth_darwin (#5809) Renames local_auth_ios to local_auth_darwin resolves https://github.com/flutter/flutter/issues/141020 *If you had to change anything in the [flutter/tests] repo, include a link to the migration guide as per the [breaking change policy].*2 年前
[various] Add Swift Package Manager integration to example apps (#8219) This migrates various example apps to have Swift Package Manager integration. This raises the example apps' Flutter SDK requirement to 3.24.0 or higher. I will get a text exemption for this change. The example apps were migrated using the following commands: ``` dart run script/tool/bin/flutter_plugin_tools.dart build-examples --ios --swift-package-manager dart run script/tool/bin/flutter_plugin_tools.dart build-examples --macos --swift-package-manager ``` ⚠️ The following plugins' example apps are **not* included in this change as their migration included non-SPM changes that require closer review: 1. google_sign_in 1. google_sign_in_ios 1. image_picker 1. image_picker_ios 1. image_picker_macos 1. pigeon Part of: https://github.com/flutter/flutter/issues/1591731 年前
[local_auth]: Renamed local_auth_ios to local_auth_darwin (#5809) Renames local_auth_ios to local_auth_darwin resolves https://github.com/flutter/flutter/issues/141020 *If you had to change anything in the [flutter/tests] repo, include a link to the migration guide as per the [breaking change policy].*2 年前
[various] Update example apps' .gitignore (#8156) Migrated by running: ``` dart run script/tool/bin/flutter_plugin_tools.dart build-examples --ios --swift-package-manager dart run script/tool/bin/flutter_plugin_tools.dart build-examples --macos --swift-package-manager ``` No test changes as this is a configuration change. I will get a test exemption. Part of https://github.com/flutter/flutter/issues/1591731 年前
[local_auth_darwin] macOS Support (#6267) Adds macOS support for local_auth_darwin ![Screenshot 2024-03-05 at 8 30 35 AM](https://github.com/flutter/packages/assets/160153899/89bcfa78-b998-401e-869c-28b9d82a9229) ![Screenshot 2024-03-05 at 8 30 56 AM](https://github.com/flutter/packages/assets/160153899/69f0e215-1a7c-45eb-99a6-264458b0e771) ## Cancelled Example: ![Screenshot 2024-03-05 at 8 31 12 AM](https://github.com/flutter/packages/assets/160153899/1196b4e9-c010-4e96-994b-7467d1561ad1) ## Success Example ![Screenshot 2024-03-05 at 8 31 32 AM](https://github.com/flutter/packages/assets/160153899/acd0d550-3be2-46cf-957c-fbbe445abfa4) ## Error Example <img width="912" alt="Screenshot 2024-03-05 at 4 01 58 PM" src="https://github.com/flutter/packages/assets/160153899/3a16eed5-d8b1-42a2-b6ab-ca82ade101ce"> *List which issues are fixed by this PR. You must list at least one issue.* https://github.com/flutter/flutter/issues/140685 *If you had to change anything in the [flutter/tests] repo, include a link to the migration guide as per the [breaking change policy].*1 年前
[local_auth]: Renamed local_auth_ios to local_auth_darwin (#5809) Renames local_auth_ios to local_auth_darwin resolves https://github.com/flutter/flutter/issues/141020 *If you had to change anything in the [flutter/tests] repo, include a link to the migration guide as per the [breaking change policy].*2 年前
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).11 个月前
README.md

Platform Implementation Test App

This is a test app for manual testing and automated integration testing of this platform implementation. It is not intended to demonstrate actual use of this package, since the intent is that plugin clients use the app-facing package.

Unless you are making changes to this implementation package, this example is very unlikely to be relevant.