otpview_sk

Last updated:

0 purchases

otpview_sk Image
otpview_sk Images
Add to Cart

Description:

otpview sk

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){
},)
copied to clipboard
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){
},),

copied to clipboard
Additional information #
This is the otp view for flutter

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.