verification_code

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

verification code

Description #
The project is a Dart library for SMS verification codes.
Features #

Getting started #
verification_code:^0.0.4
copied to clipboard
Usage #
VerificationCode(
height: 50,
style: CodeStyle.form,
maxLength: 4,
itemWidth: 50,
onCompleted: (String value) {
print("CodeStyle.form value=$value");
},
),
copied to clipboard
Code Style #



style
code




form
VerificationCode(style: CodeStyle.form)


rectangle
VerificationCode(style: CodeStyle.rectangle)


line
VerificationCode(style: CodeStyle.line)


circle
VerificationCode(style: CodeStyle.circle)

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.