pin_code_view 0.2.1 copy "pin_code_view: ^0.2.1" to clipboard
pin_code_view: ^0.2.1 copied to clipboard

outdated

A flutter plugin to show beautiful pin code view. A on screen keyboard is placed at the bottom of the screen and a code view with blocks are added on the top of the screen.

[0.2.1] - 11 Mar 19 #

  • BREAKING CHANGE !!: (onCodeEntered) removed, replaced with onCodeFail/onCodeSuccess with correctPin, if you want the old behaviour just don't provide correctPin and onCodeFail will work the same as the old onCodeEntered
  • new : onCodeSuccess is the callback if entered code matches (==) the correctPin
  • new : onCodeFail is the callback if entered code doesn't matche (!=) the correctPin

[0.1.0] - 2018 Oct 31. #

  • Added obscurePin parameter to make code * instead of number.

[0.0.3] - 2018 Oct 3. #

  • Removed send again button, and added some more customization features.

[0.0.2] - 2018 Oct 3. #

  • Minor bug fixes

[0.0.1] - 2018 Oct 3. #

  • Added very first logics to the code.
6
likes
0
pub points
75%
popularity

Publisher

verified publisherbrainants.com

A flutter plugin to show beautiful pin code view. A on screen keyboard is placed at the bottom of the screen and a code view with blocks are added on the top of the screen.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on pin_code_view