Uh oh!
There was an error while loading. Please reload this page.
[local_auth] Convert example app to Swift - #11003
Conversation
stuartmorgan-g
commented
Feb 11, 2026
Changelog/version override: Native example app template details are not relevant to clients. |
There was a problem hiding this comment.
Code Review
This pull request converts the iOS example app for local_auth_darwin from Objective-C to Swift by regenerating the project from the latest Flutter stable template, updating project files and configurations. However, a critical vulnerability was introduced: the NSFaceIDUsageDescription key is missing from the Info.plist file. This absence will cause the app to crash when attempting biometric authentication with Face ID, making the example app non-functional on supported iOS hardware. Restoring this key is essential for the app to function correctly.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
flutter/packages@59f905c...9da22bf 2026-02-19 mit@google.com [cupertino_ui, material_ui] Fix capitalization in README section headers (flutter/packages#11058) 2026-02-18 engine-flutter-autoroll@skia.org Manual roll Flutter from 6e4a481 to c023e5b (17 revisions) (flutter/packages#11060) 2026-02-18 steven@landow.dev [vector_graphics_compiler] support percentage units SVG shape attributes (flutter/packages#10577) 2026-02-18 stuartmorgan@google.com [local_auth] Convert example app to Swift (flutter/packages#11003) 2026-02-18 stuartmorgan@google.com [ci] Fix syntax error in auto-labeler (flutter/packages#11052) 2026-02-18 github-admin@google.com Refactor Github Action per b/485167538 (flutter/packages#11051) 2026-02-18 katelovett@google.com [material_ui] Add material_ui package (flutter/packages#11043) 2026-02-18 katelovett@google.com [cupertino_ui] Add cupertino_ui package (flutter/packages#11042) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-packages-flutter-autoroll Please CC flutter-ecosystem@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
…r#182611) flutter/packages@59f905c...9da22bf 2026-02-19 mit@google.com [cupertino_ui, material_ui] Fix capitalization in README section headers (flutter/packages#11058) 2026-02-18 engine-flutter-autoroll@skia.org Manual roll Flutter from 6e4a481 to c023e5b (17 revisions) (flutter/packages#11060) 2026-02-18 steven@landow.dev [vector_graphics_compiler] support percentage units SVG shape attributes (flutter/packages#10577) 2026-02-18 stuartmorgan@google.com [local_auth] Convert example app to Swift (flutter/packages#11003) 2026-02-18 stuartmorgan@google.com [ci] Fix syntax error in auto-labeler (flutter/packages#11052) 2026-02-18 github-admin@google.com Refactor Github Action per b/485167538 (flutter/packages#11051) 2026-02-18 katelovett@google.com [material_ui] Add material_ui package (flutter/packages#11043) 2026-02-18 katelovett@google.com [cupertino_ui] Add cupertino_ui package (flutter/packages#11042) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-packages-flutter-autoroll Please CC flutter-ecosystem@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Replaces the Obj-C example app with Swift. Rather than attempt to modify the example in place, I started clean from the Swift template: - deleted the ios/ directory. - ran `flutter create --platforms=ios .` using current `stable` (3.41.0). ## 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.
…r#182611) flutter/packages@59f905c...9da22bf 2026-02-19 mit@google.com [cupertino_ui, material_ui] Fix capitalization in README section headers (flutter/packages#11058) 2026-02-18 engine-flutter-autoroll@skia.org Manual roll Flutter from 6e4a481 to c023e5b (17 revisions) (flutter/packages#11060) 2026-02-18 steven@landow.dev [vector_graphics_compiler] support percentage units SVG shape attributes (flutter/packages#10577) 2026-02-18 stuartmorgan@google.com [local_auth] Convert example app to Swift (flutter/packages#11003) 2026-02-18 stuartmorgan@google.com [ci] Fix syntax error in auto-labeler (flutter/packages#11052) 2026-02-18 github-admin@google.com Refactor Github Action per b/485167538 (flutter/packages#11051) 2026-02-18 katelovett@google.com [material_ui] Add material_ui package (flutter/packages#11043) 2026-02-18 katelovett@google.com [cupertino_ui] Add cupertino_ui package (flutter/packages#11042) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-packages-flutter-autoroll Please CC flutter-ecosystem@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Replaces the Obj-C example app with Swift. Rather than attempt to modify the example in place, I started clean from the Swift template: - deleted the ios/ directory. - ran `flutter create --platforms=ios .` using current `stable` (3.41.0). ## 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.
Replaces the Obj-C example app with Swift. Rather than attempt to modify the example in place, I started clean from the Swift template:
flutter create --platforms=ios .using currentstable(3.41.0).Pre-Review Checklist
[shared_preferences]pubspec.yamlwith an appropriate new version according to the pub versioning philosophy, or I have commented below to indicate which version change exemption this PR falls under1.CHANGELOG.mdto add a description of the change, following repository CHANGELOG style, or I have commented below to indicate which CHANGELOG exemption this PR falls under1.///).Footnotes
Regular contributors who have demonstrated familiarity with the repository guidelines only need to comment if the PR is not auto-exempted by repo tooling. ↩↩2↩3