flutter-stripe / flutter_stripe

Flutter SDK for Stripe.
https://pub.dev/packages/flutter_stripe
927 stars 510 forks source link

Sepa Debit for android #1636

Open blk-raffy opened 6 months ago

blk-raffy commented 6 months ago

Is your feature request related to a problem? (please describe) Stripe.instance.collectBankAccount() is only available on iOS and not on Android. I can't even find a widget to collect banks data when into the react-stripe library there is a specific widget.

Describe the solution you'd like A widget (or the name which I could not find) and the working support on android too

Describe alternatives you've considered Actually I redirect my users into my website but it stinks

Additional context I'm using flutter_stripe ^10.0.0

blk-raffy commented 5 months ago

Can I get at least an answer?