flutter_stripe icon indicating copy to clipboard operation
flutter_stripe copied to clipboard

The public api of payment element is not exported.

Open cedvdb opened this issue 1 year ago • 0 comments

A whole bunch of classes in the web are not exported

stuff like :

  final js.PaymentElementDefaultValues? defaultValues;
  final js.PaymentElementBusiness? business;
  final js.PaymentElementOptionsTerms? terms;
  final js.PaymentElementWalletOptions? wallets;
  final js.PaymentElementApplePayOptions? applePay;

cedvdb avatar Oct 12 '24 11:10 cedvdb