flutter_credit_card icon indicating copy to clipboard operation
flutter_credit_card copied to clipboard

The cards expired date validation control bug fixed.

Open ocakliemre opened this issue 3 years ago • 0 comments

The expiry date on the cards should be based on the last day of that month. Since the current structure is based only on the month, it does validation not work correctly. As a bug fix, the last day of the month was found and added to the card expiry date.

ocakliemre avatar Oct 03 '21 16:10 ocakliemre