| name: local_auth_ios |
| description: iOS implementation of the local_auth plugin. |
| repository: https://github.com/flutter/packages/tree/main/packages/local_auth/local_auth_ios |
| issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+local_auth%22 |
| version: 1.1.4 |
| |
| environment: |
| sdk: ">=3.0.0 <4.0.0" |
| flutter: ">=3.10.0" |
| |
| flutter: |
| plugin: |
| implements: local_auth |
| platforms: |
| ios: |
| pluginClass: FLTLocalAuthPlugin |
| dartPluginClass: LocalAuthIOS |
| |
| dependencies: |
| flutter: |
| sdk: flutter |
| intl: ">=0.17.0 <0.19.0" |
| local_auth_platform_interface: ^1.0.1 |
| |
| dev_dependencies: |
| build_runner: ^2.3.3 |
| flutter_test: |
| sdk: flutter |
| mockito: 5.4.1 |
| pigeon: ^9.2.4 |
| |
| topics: |
| - authentication |
| - biometrics |
| - local-auth |