passcode_screen 2.0.1 copy "passcode_screen: ^2.0.1" to clipboard
passcode_screen: ^2.0.1 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 isValidCallback to help you handle success scenario. isValidCallback will be invoked after passcode screen will pop.

1.0.2 28 June 2019 #

  • Added configurable background and title color.
  • Added cancelCallback to react when user cancelled widget

1.1.0 11 May 2020 #

  • Provide widget instead of string for title
  • Fixed digits layout
  • Added flexibility to configure 'Cancel' and 'Delete' buttons as widgets
  • Added flexibility to provide digits as list of strings for better customisation
  • Removed navigation as default action when cancel pressed

1.1.1 6 June 2020 #

  • Add landscape view for the passcode screen

1.2.0 7 June 2020 #

  • Add dynamic size for landscape view.
  • Moved 'Cancel' button to the bottom of the screen to align with iOS Native Passcode Screen style.

1.2.1 25 October 2020 #

  • Example updated to target Android 11
  • Fixed Issue#23

1.2.2 25 October 2020 #

  • Fixed an issue with example build
  • Example updated to show how to implement 'Reset passcode' feature

1.2.2+1 28 October 2020 #

2.0.0 29 March 2021 #

  • Null safety

2.0.1 3 Jan 2022 #

  • Add Web & Desktop keyboard listener
117
likes
135
points
3.22k
downloads

Publisher

verified publisherredeyes.dev

Weekly Downloads

A platform agnostic Flutter package for showing passcode input screen, similar to Native iOS. Screen customizable with a colors, sizes, fonts etc.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter

More

Packages that depend on passcode_screen