otpview_sk 0.0.2 copy "otpview_sk: ^0.0.2" to clipboard
otpview_sk: ^0.0.2 copied to clipboard

This is the otp view package

Features #

This is the otp view for flutter

Example #

            OtpViewNew(
               obSecure: true,
              boxType: BoxType.circle,
              keyboardType:TextInputType.text,
              length: 6,onComplete: (otp){
            },),
             
              OR
              
            OtpViewNew(
               obSecure: false,
              boxType: BoxType.rounded,
              keyboardType:TextInputType.text,
              length: 6,onComplete: (otp){
            },)

This is the otp view for flutter

Screenshot #

## Usage

to /example folder.

 OtpViews(
keyboardType:TextInputType.text,
length: 6,onComplete: (otp){
},),
OR
OtpViewNew(
boxType: BoxType.circle,
keyboardType:TextInputType.text,
length: 6,onComplete: (otp){
},),
Or
OtpViewNew(
boxType: BoxType.rounded,
keyboardType:TextInputType.text,
length: 6,onComplete: (otp){
},),

Additional information #

This is the otp view for flutter

4
likes
100
points
19
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

This is the otp view package

Homepage

License

unknown (license)

Dependencies

flutter

More

Packages that depend on otpview_sk