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

Add appContext: context in example

wontfix

Hey, @adar2378 Thanks for the lib! Sometimes we don't need any callbacks on value changed (e.g. in the tests). So, I suggest to make `onChanged` field nullable.

I have got error when using `PageView` : ``` Exception has occurred. FlutterError (A TextEditingController was used after being disposed. Once you have called dispose() on a TextEditingController, it can...

Since some UI designs will have a separator between code fields, it would be nice if we could have an option to do so.

Got an error while typing number 5. I was testing in simulator. Please find below details for further information: ======== Exception caught by services library ====================================================== The following assertion was...

You are currently able to distinguish different border colors between inactive, active, selected, and error states, but it would also be nice to be able to set different stroke weights...

Hey there, is there any reason the obscureText flag is not handed down to the TextFormField? - I had the problem, that my "obscured" textfields were showing a plaintext copy...

PS: The question mark is not in my `dialogContent` argument and I think dialog should not add this for me.