otpview_sk 0.0.2
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