flutter_stripe icon indicating copy to clipboard operation
flutter_stripe copied to clipboard

Investigate sync with Stripe-js lib for the web

Open remonh87 opened this issue 3 years ago • 0 comments

At the moment we use definitely typed : https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/stripe-v3 which is getting outdated and does not have for example Aubecs.

I think it is better to use the https://github.com/stripe/stripe-js/tree/master/types/api I did some proof of concept and generation from there looks fine but I guess it will come at a cost of breaking changes for the web

remonh87 avatar May 22 '22 06:05 remonh87