Stripe Connect and flutter_stripe integration

Integrations

I'm running into an issue. I'm creating a SaaS that I want to have users setup Stripe connected accounts and allow them to process payments through my flutterflow application.

The issue is that flutter_stripe is an integrated package and isn't available for use in creating my own stripe widget that allows me to pass in other data (ie a connected account id) in with the transaction. I also need to use a different stripe public key based on the company that has the stripe account.

Has anyone found a work-a-round and/or @flutterflow can we PLEASE get that package available so we can build our own solutions when the default out-of-the-box solution doesn't work?

I want full customization over the form widget as well so it can match the design of my application.

Thanks!

What have you tried so far?

everything.

I've tried creating my own stripe widget by importing flutter_stripe as a pubspec dependency (which doesn't work because its already in the core code).

I've tried taking some of the functions out to custom actions, but that doesnt' work either.

Did you check FlutterFlow's Documentation for this topic?
Yes
1