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
690 stars 336 forks source link

Added separator builder #293

Closed ymdkit closed 1 year ago

ymdkit commented 1 year ago

Hi @adar2378 Thank you for this library!

Sometimes, we want to add separator in fields (e.g. https://github.com/adar2378/pin_code_fields/issues/270)

So, I suggested to add separatorBuilder field.

simulator_screenshot_B246361A-7F29-47C2-946F-69E116EF8E91

adar2378 commented 1 year ago

Thanks will check and merge