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

bug fix: box shadows value not assigned when activeBoxShadows and inActiveBoxShadows now assigned on pin_code_fields. #345

Closed Aatitkarki closed 10 months ago

Aatitkarki commented 1 year ago

Since the activeBoxShadows and inActiveBoxShadows were made nullable, but was assigned empty list, they were never nullable, which didn't allow to use the '''widget.boxShadows''' value

stale[bot] commented 10 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Aryan-Sood commented 5 months ago

Since the activeBoxShadows and inActiveBoxShadows were made nullable, but was assigned empty list, they were never nullable, which didn't allow to use the '''widget.boxShadows''' value

@Aatitkarki Thanks a lot for this fix. Solved my issue.