flutter_stripe_payment icon indicating copy to clipboard operation
flutter_stripe_payment copied to clipboard

Function to update card form button colors and text

Open calistus opened this issue 4 years ago • 2 comments

Kindly give developers ability to update the Card form action button text, text color and background color. The default card form theme(especially the button) doesn't blend with all app. For example, my company do not save customers credit card detail but with the current action button on the card form, it gives them the impression that we save their card details.

Please kindly add these card form theming optional parameters in the paymentRequestWithCardForm() method.

Thanks

calistus avatar Jul 07 '20 09:07 calistus

you can use my pull request where you can change the card input style and strings (only android because I dont have a macbook to change it for ios )

  stripe_payment:
    git:
      url: git://github.com/emme1009/flutter_stripe_payment.git
      ref: feat/customization

emme1009 avatar Jul 10 '20 14:07 emme1009

Hi.. any update on this? Can we change the text, color of the form, and button? please update. Thanks

prakash-indorkar avatar Dec 12 '20 10:12 prakash-indorkar