A Flutter plugin to easily use Biometrical authentication.
Leveraging Swift for iOS, this plugin harnesses the power of Touch ID and Face ID, enabling users to authenticate themselves effortlessly with a touch or a glance.
- Secure Authentication: Utilize Apple's advanced biometric authentication technology to ensure secure user verification.
- Touch ID and Face ID Support: Seamlessly integrate both Touch ID and Face ID authentication methods, providing users with convenient options to authenticate.
- Easy Integration: Simplified Flutter plugin architecture allows for easy integration into existing Flutter projects, reducing development time and effort.
Before using the FaceId plugin, ensure that you add the following key to your info.plist
file in the iOS folder of your Flutter project:
<key>NSFaceIDUsageDescription</key> <string>Face ID authentication</string>
This will give the app access to the local auth.