flutter_screen_lock
flutter_screen_lock copied to clipboard
Provides the ability to lock the screen on ios and android. Biometric authentication can be used in addition to passcode.
Using `MediaQuery.of(context).size` plus a factor to define the sizes of widgets is undesirable in most situations. There are quite a few problems with it: 1. First, the size will always...
It would be great if the package supported input via a physical keyboard. I have already tested a rough implementation of this: ```dart final FocusNode _focusNode = FocusNode(); bool _canInput...
Hi, I use latest version of your package(7.0.4), in this version, there is no inputButtonConfig property and InputButtonConfig class, but you don't include this in your documents, there is no...
I am using your package well. Thank you. In confirmation:true I want to be able to customize the keyPadConfig of the confirmation screen. I would like to have different keypads...
fix RTL issue
Thanks for your reply!
Hello, I have a question about using footer widget. I used footer property for using custom text button, but it caused overflow when the orientation is Landscape. so I checked...
customizedButton in confirmed mode
I'd love an example of an app that blocks the user till they login and makes them login again if they switch back to the app. The current example just...
I want to close the screen lock overlay when I perform the native back gesture or the back button. Is there already a way to do it ?