Flutter - Passcode Lock Screen
A Flutter package for iOS and Android for showing passcode input screen, similar to Native iOS.
Installation
First add
passcode_screen
as a dependency in your pubspec.yaml file.
Then use import
What can it do for you?
- Create a beautiful passcode lock view simply.
- Passcode input completed callback.
- Notify passcode screen if passcode correct or not
Don't forget to close a stream
- Customize UI.
Customize circles
Customize keyboard
class KeyboardUIConfig {
final double digitSize;
final TextStyle digitTextStyle;
final TextStyle deleteButtonTextStyle;
final Color primaryColor;
final Color digitFillColor;
final EdgeInsetsGeometry keyboardRowMargin;
final EdgeInsetsGeometry deleteButtonMargin;
iOS & Android
Plugin is totally platform agnostic. No configuration required - the plugin should work out of the box.