verification_code 0.0.1 copy "verification_code: ^0.0.1" to clipboard
verification_code: ^0.0.1 copied to clipboard

The project is a Dart library for SMS verification codes.

Des #

The project is a Dart library for SMS verification codes.

Features #

Getting started #

verification_code:^0.0.1

Usage #

   VerificationCode(
      height: 50,
      style: CodeStyle.form,
      maxLength: 4,
      itemWidth: 50,
      onCompleted: (String value) {
          print("CodeStyle.form value=$value");
      },
    ),

Code Style #

2
likes
0
points
66
downloads

Publisher

unverified uploader

Weekly Downloads

The project is a Dart library for SMS verification codes.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on verification_code