passcode_screen 1.0.2
passcode_screen: ^1.0.2 copied to clipboard
A platform agnostic Flutter package for showing passcode input screen, similar to Native iOS. Screen customizable with a colors, sizes, fonts etc.
0.0.1 TODO: Add release date. #
1.0.0+1 22 Jan 2019 #
Basic implementation of a widget.
- You could show a widget, enter passcode and validate it.
1.0.1 12 May 2019 #
- Added
isValidCallbackto help you handle success scenario.isValidCallbackwill be invoked after passcode screen will pop.
1.0.2 28 June 2019 #
- Added configurable background and title color.
- Added
cancelCallbackto react when user cancelled widget