flutter_stripe
flutter_stripe copied to clipboard
Investigate sync with Stripe-js lib for the web
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