adar2378 / pin_code_fields

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 🤓🤓
https://pub.dev/packages/pin_code_fields
MIT License
677 stars 330 forks source link

Separate border color and fill color for disabled fields #381

Open Hamdal opened 1 month ago

Hamdal commented 1 month ago

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 each other.

ooluseye16 commented 3 weeks ago

@adar2378 can we have this merged please? The current codebase has errors making it unable to be used.