pin_code_fields icon indicating copy to clipboard operation
pin_code_fields copied to clipboard

A flutter package which will help you to generate pin code fields with beautiful design and animations. Can be useful for OTP or pin code inputs 🤓🤓

Results 44 pin_code_fields issues
Sort by recently updated
recently updated
newest added

Im trying to validate the pin user entered. On a normal FromField you can put a validator parameter (just like in this package) and then you can reach to it's...

I can't find where to take the textErrorColor feature as in the. Textformfield something like this decoration: InputDecoration( errorStyle: GoogleFonts.poppins( color: AppColor.primary, fontSize: Sizes.dimen_16.sp, ), suffixIcon: Padding( padding: const EdgeInsets.only(right:...

Previously, the same color variable (disabledColor) is used for both the fill color and border color of disabled fields. This PR separates them so they can be set independently of...

I have implemented boxShadows in the PinCodeTextField with all the parameters like offset, blur radius, spread radius, and color, but it is not showing in the UI.