SimformSolutionsPvtLtd / flutter_credit_card

A credit card widget for Flutter application.
https://pub.dev/packages/flutter_credit_card
MIT License
424 stars 258 forks source link

Added RuPay as CardType #141

Closed pranjal-barnwal closed 1 year ago

pranjal-barnwal commented 1 year ago

Added RuPay as CardType

Pattern recognition for RuPay Cards

    CardType.rupay: <List<String>>{
      <String>['60'],
      <String>['6521'],
      <String>['6522'],
    },

About RuPay

Like Visa & MasterCard in US, there's even more prominent type in India called RuPay

RuPay covers more than half of the transactions undergoing in India.

Package Validated

image

I would also love to collaborate on any future projects. Pranjal 🦚

vatsaltanna commented 1 year ago

@pranjal-barnwal Thank you for your valuable contribution! Your work is greatly appreciated.