Last updated:
0 purchases
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.