Robert
Robert

Reputation: 5905

flutter android fingerprint integration

I am looking for some guidance when using flutter over a platform channel to integrate with android fingerprint authentication. I have the android part working and the flutter app with call the method, but I can not seem to get just a pop-up of fingerprint authentication like I do in swift, which works fine in the same flutter app, in order for it to pass results to the flutter app and let the flutter app continue on. If anyone has any examples or some guidance it would be greatly appreciated.

Upvotes: 6

Views: 8375

Answers (2)

Parth Patel
Parth Patel

Reputation: 824

Please checkout git repository with full explanation with source code example.

Git Repository: https://github.com/myvsparth/flutter_fingerprint_auth

enter image description here

Upvotes: 0

Collin Jackson
Collin Jackson

Reputation: 116848

Try the local_auth plugin -- it comes with usage instructions and an example app.

Upvotes: 9

Related Questions