otp_text_field

Creator: coderz1093

Last updated:

Add to Cart

Description:

otp text field

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

Stay tuned for the latest updates:





๐Ÿ“ฑScreenshots #




โš™๏ธ Installation #
Import the following package in your dart file
import 'package:otp_text_field/otp_field.dart';
import 'package:otp_text_field/style.dart';
copied to clipboard
๐Ÿ‘จโ€๐Ÿ’ป Usage #
Use the OTP Text Field Widget
OTPTextField(
length: 5,
width: MediaQuery.of(context).size.width,
fieldWidth: 80,
style: TextStyle(
fontSize: 17
),
textFieldAlignment: MainAxisAlignment.spaceAround,
fieldStyle: FieldStyle.underline,
onCompleted: (pin) {
print("Completed: " + pin);
},
),
copied to clipboard
For more detail on usage, check out the example provided.
๐Ÿ™๐Ÿปโ€โ™‚๏ธ Author #

Vivek Kaushik

๐Ÿ“„ License #
OTP Text Field is released under the MIT license.
See LICENSE for details.

License

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

Customer Reviews

There are no reviews.