The project is a Dart library for SMS verification codes.
verification_code:^0.0.4
VerificationCode(
height: 50,
style: CodeStyle.form,
maxLength: 4,
itemWidth: 50,
onCompleted: (String value) {
print("CodeStyle.form value=$value");
},
),
style | code |
---|---|
form | VerificationCode(style: CodeStyle.form) |
rectangle | VerificationCode(style: CodeStyle.rectangle) |
line | VerificationCode(style: CodeStyle.line) |
circle | VerificationCode(style: CodeStyle.circle) |
Download source code on GitHub
Provides the list of the opensource Flutter apps collection with GitHub repository.