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 radius does not work with Underline shape #338

Closed sosualfred closed 9 months ago

sosualfred commented 1 year ago
pinTheme: PinTheme(
    borderRadius: BorderRadius.circular(20),
    shape: PinCodeFieldShape.underline,
    fieldHeight: 50,
    fieldWidth: 60,
    borderWidth: 3,
),

After specifying shape to be PinCodeFieldShape.underline and giving border radius, the border radius is not applied.

image

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.