otp_text_field_v2

Creator: coderz1093

Last updated:

Add to Cart

Description:

otp text field v2

Note: This package was just updated on OTPTextField because the author does not accept pull requests.



OTP Text Field V2
A flutter package to create a OTP Text Field widget in your application.



📱Screenshots #




⚙️ Installation #
Import the following package in your dart file
import 'package:otp_text_field/otp_text_field_v2.dart';
copied to clipboard
OR
import 'package:otp_text_field/otp_field_v2.dart';
copied to clipboard
👨‍💻 Usage #
Use the OTP Text Field V2 Widget
OTPTextFieldV2(
controller: otpController,
length: 5,
width: MediaQuery.of(context).size.width,
textFieldAlignment: MainAxisAlignment.spaceAround,
fieldWidth: 45,
fieldStyle: FieldStyle.box,
outlineBorderRadius: 15,
style: TextStyle(fontSize: 17),
onChanged: (pin) {
print("Changed: " + pin);
},
onCompleted: (pin) {
print("Completed: " + pin);
},
),
copied to clipboard
For more detail on usage, check out the example provided.
🙍🏻‍♂️ Edited BY #

Ahmad Einieh

License

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

Customer Reviews

There are no reviews.