#Sangeeta

1 messages · Page 1 of 1 (latest)

stark minnowBOT
obsidian gate
tiny cairn
#

Okay let me check it

#

final CreditCard testCard = CreditCard(
number: '4111111111111111',
expMonth: 08,
expYear: 22,
);

Here we use this function but how we pass the param in dynamic

obsidian gate
tiny cairn
#

yes because here we call the by default screen of card

obsidian gate
#

I think you probably should ask this in flutter community, like how to collect user input and use it as a dart variable. Once this done you need to replace number: '4111111111111111', by your variable