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!