caseyryan/flutter_multi_formatter

is there a possibility to add a new type of card to CreditSystem ?

Caypoh23 opened this issue · 5 comments

is there a possibility to add a new type of card to CreditSystem ?

No. They use hardcoded constants.
Why do you need a new card system? Is it some custom or existing one?

@caseyryan It is existing one

@caseyryan It is existing one

So, what's you proposition?

A possibility to add an alternative card system as in phone input formatter (method addAlternativePhoneMasks). User can enter values via constructor or method parameters:

{
      'system': 'UzCard',
      'systemCode': '8600',
      'numberMask': '0000 0000 0000 0000',
      'numDigits': 16,
},

@caseyryan It is existing one

So, what's you proposition?

added in Added in 2.11.5