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

Border width as default #377

Closed LulleBulle closed 2 months ago

LulleBulle commented 3 months ago

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 change we would allow the user to continue to use borderWidth to set the value of all individual widths but still be able to override it with the individual widths.

adar2378 commented 2 months ago

Thanks