cingulo / device_unlock

A Flutter plugin to request the device unlock screen.
MIT License
19 stars 10 forks source link

Would it be possible to add unlock device with only passcode or only touch id? #4

Closed BeDaut closed 5 years ago

BeDaut commented 5 years ago

Hello, your plugin is what I need and it works, but I need to ask user to unlock it with his passcode and not biometrics, is this possible?

felipeespitalher commented 5 years ago

Hi @BeDaut!

Your desired behavior (passcode) is only available as a fallback to biometrics. At the moment we have no intention to avoid biometrics authentication. You would have to implement it.

BeDaut commented 5 years ago

Thanks for the fast and full reply @felipeespitalher, I'll do it myself then!