The project is a Dart library for SMS verification codes.
More...
verification_code:^0.0.1
VerificationCode( height: 50, style: CodeStyle.form, maxLength: 4, itemWidth: 50, onCompleted: (String value) { print("CodeStyle.form value=$value"); }, ),
unverified uploader
Repository (GitHub)View/report issues
unknown (license)
flutter
Packages that depend on verification_code
Back