文件最后提交记录最后更新时间
[local_auth] Convert iOS/macOS to Swift (#9459) Rewrites the iOS/macOS implementation in Swift. This is an in-place rewrite with minimal changes, to minimize the chances of breakage, and to simplify review. Future refactorings can improve the Swift structure (e.g., fully adopting thread enforcement). Fixes https://github.com/flutter/flutter/issues/119104 ## 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.10 个月前
[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] Update Pigeon in iOS and Android (#7724) Updates local_auth_android and local_auth_darwin to the latest version of Pigeon, allowing removal of the workarounds for: - lack of enum support in collections (no need for a wrapper class now) - non-nullable collection generics (no need for force-unwrapping in Dart). Part of https://github.com/flutter/flutter/issues/133455 Part of https://github.com/flutter/flutter/issues/1558911 年前