#Sangeeta
1 messages · Page 1 of 1 (latest)
Hey! Bit of a broad question! Is there a specific use case you're trying to account for?
In the meanwhile, I invite you to refer to this official Stripe Flutter example:
https://github.com/flutter-stripe/flutter_stripe/tree/main/example
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
we check it but no solutions
You mean how to pass 4111111111111111 with a dynamic user input value ?
yes because here we call the by default screen of card
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