Jaime Blasco
Jaime Blasco
Hi @NunoOliveiraP, could you clarify it at any point you allow users to pay using the GooglePayButton? It looks like the app looses the state at some point, the system...
Thanks @NunoOliveiraP, I have pointed to the official Stripe team to fix in in the respective repo. As soon as it is fixed there we will update it on our...
I have been working this past weekend to make the flow work for web, it should be ready next week.
Sorry for the delay. From the maintainers I am the one taking ownership of this. I am in the process of changing jobs so this last couple weeks I had...
Hi! Yess this feature was added together with big internal refactors needed in the library. I will close the PR but I am really grateful for the contribution 🙏🏼
Hi @patelkathan, I am sorry to say that acss payments is not supported for the mobile Stripe SDKs, we use them for the Flutter mobile packages so we can not...
Hi, I've released a new version of `flutter_stripe_web` **2.1.0** that adds support for confirmSetupIntent with a card element. I will add support for more payment methods in the upcoming weeks
@simranjeet09 could you detail a bit more how are you retrieving the client secret from the backend. Just to make sure you are using the CardField to add the card...
Maybe related to https://github.com/flutter-stripe/flutter_stripe/issues/944
You could use https://github.com/letsar/flutter_staggered_grid_view for that. The only problem is that is not reordenable. It would be awesome if it could be created a ReordenableStaggeredGridView 😍