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

Thanks for your work. I'd like to suggest an improvement. Apple added a native paste confirmation dialog [on iOS 14](https://beebom.com/ios-14-clipboard-access-notification/). That means that users get a confirmation dialog twice (1st...

Tell me please how to add background color of every field? ![Знімок екрана 2024-01-25 о 11 01 05](https://github.com/adar2378/pin_code_fields/assets/44398619/04f64d64-7b9e-4899-bd45-f918f227828d) I'm trying change all colors of PinTheme but it doesn't work ![Знімок...

Sorry, my English is not good If a user has entered four digits but realizes there's an error in the second digit, how can the focus be changed by clicking...

Hi; I am using the latest version of this plugin and I have the dark background in my app and I want to make `helperStyle: TextStyle(color: Colors.white,)` for "Enter X...

How to change border color when clicking on a button, button where text is filled and when it is filled and editing other value

With PR #335 the option to add indidual borderWidths was added however the old borderWidth variable was not removed which makes it frustrating for people updating their versions. With this...

Consider a PinCodeTextField with a color which has an opacity value of 1.0: ``` final inactiveColor = Colors.red; return PinCodeTextField( controller: controller, appContext: context, length: 4, autoFocus: true, enableActiveFill: true,...

in my project the shape is set to "shape: PinCodeFieldShape.box," when user go back to previous page the shape changed to circular