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

How to avoid paste dialog

Hi, I would think that it's a good choice for the user to add box shadow for active/inactive pin code field instead of all pin code field. I have added...

Hi, how can I add box shadow on active pin code only ?? I notice that there is box shadow param but it applied to all text field.

OTP autofill doesn't work on iOS and this is getting logged in my console ``` Can't find keyplane that supports type 4 for keyboard iPhone-PortraitTruffle-NumberPad; using 27071_PortraitTruffle_iPhone-Simple-Pad_Default ``` For keyboardType...

Added the `innerBoxShadows` property to improve customizability

I figured that its not possible to add inner BoxShadows to the pin fields. This would help in achieving neumorphic effect shown below. The forked project with this implementation is...

How could I give a padding between the boxes. I have the main axis but it does not allow me to give internal padding to the boxes. Thank you

The name of the field `errorAnimationController` is quite confusing. First of all, Flutter SDK already ships with a class called `AnimationController`, which is used to control animation. This field has...

Is there any ways to show and hide text without calling method setstate()? I mean show and hide text through a controller.

How can I center the error text?