flutter_screen_lock
flutter_screen_lock copied to clipboard
Is this package suitable for processing the passcode on the server?
Hi, I saw in the examples that with this package you have to provide correctString
parameter. Can I skip it if I do not know the correct password ahead of time and will only know if it was correct or not after I get the response from the server?
For my use case, the ideal behavior would be exactly like screenLockCreate
, but without the password confirm, and with a success callback with value
param. Is this doable?
Thank you!