0 purchases
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)
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.