Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Flutter local_auth fingerprint authentication without dialog

I'm trying to implement fingerprint protection for an app using local_auth in Flutter. Here's the docs for local_auth.

I'm trying to implement the local_auth without any dialogs in the process. The docs do point to 'useErrorDialogs = false' to not use the default dialogs.

What I want to implement is a simple page wherein I can run the auth related stuff at initState() and be able to send the users to the next screen if it's valid or show an error message in the same screen without any popups if the auth was a failure.

Thank you.

like image 655
sujay_br Avatar asked Mar 15 '26 04:03

sujay_br


1 Answers

Not possible at the moment. It is an open issue on flutter's github:

https://github.com/flutter/flutter/issues/30601

like image 58
Sachith Rukshan Avatar answered Mar 17 '26 20:03

Sachith Rukshan



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!