Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

/flutter-marketplace-app-with-stripe-connect-part-2/ #13

Open
utterances-bot opened this issue Jun 30, 2021 · 3 comments
Open

/flutter-marketplace-app-with-stripe-connect-part-2/ #13

utterances-bot opened this issue Jun 30, 2021 · 3 comments

Comments

@utterances-bot
Copy link

Flutter Marketplace app with Stripe Connect - Part 2 | ahsanayaz.com

In this series of blog posts, you'll learn how to configure Payments using Stripe Connect for a marketplace app built with Flutter. Specifically in Part 2, we're going to implement Deep Links into the Flutter app, and will use Stripe Checkout for paying for products, as customers.

https://ahsanayaz.com/flutter-marketplace-app-with-stripe-connect-part-2/

Copy link

sleewok commented Jun 30, 2021

Is there any particular reason you are not using webview for the onboarding process? I would think the user experience would be better if webview was used instead of opening a browser and using deep links.

BTW, thanks for this tutorial. Very helpful. It would be great to see how to convert this to work with Firebase Functions :).

Copy link
Owner

Hey @sleewok.
Great question. I've used both techniques in this tutorial. I.e. using a WebView and using Deep links. And my intent with this was to teach both techniques so you can use them here, or in other use cases of your own.
In terms of user experience particularly for the features we discussed in this tutorial, you're right that using a WebView for both onboarding process and paying for products is more appropriate. :)

Copy link

sleewok commented Jul 1, 2021

Awesome, that's what I was hoping. Thanks again for this. I'll be sure to check out your YouTube and other accounts. Thanks for your quick response!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants