# FIDO Auth
Flutter plugin that implementes the concept of FIDO developed by Webcomm company.
# Getting Started
## Support Version
Flutter - 3.7
FIDO SDK - 1.3
## iOS Setup
#### Gives Face ID permission settings
```xml
<key>NSFaceIDUsageDescription</key>
<string>$(PRODUCT_NAME) Authentication with TouchId or FaceID</string>
```