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