Reputation: 2405
I am trying to add fingerprint authentication in my screen app by using local_auth
package in flutter.. but my device doesn't support fingerprint... my android version is 7.1.1 ... is there a way to add authentication using fingerprint when device doesn't support?.. or is there a package in flutter to add fingerprint scanner
Upvotes: 0
Views: 1879
Reputation: 3745
No, because your device will not be able to read your biometrics. No lib can help you with that.
Upvotes: 1