Aurimas Deimantas

Results 18 comments of Aurimas Deimantas

Hey, was this issue fixed? As I face exactly same thing. I receive an error `ScrollController not attached to any scroll views. 'package:flutter/src/widgets/scroll_controller.dart': Failed assertion: line 110 pos 12: '_positions.isNotEmpty'`...

Hi Emanuel, unfortunately I was not able to solve it therefore had to scrape this implementation.. On Sun, Jul 12, 2020 at 5:01 PM Emanuel Pörnbacher wrote: > @zeromaro Im...

Great tutorial, @macmatrix . I was wondering, while handling this part ``` PaymentMethod paymentMethod = PaymentMethod(); paymentMethod = await StripePayment.paymentRequestWithCardForm( CardFormPaymentRequest(), ).then((PaymentMethod paymentMethod) { return paymentMethod; }).catchError((e) { print('Errore Card:...

Yes, I'm aware about testing specific cards. That's why Im curious. For me, `catchError` never gets triggered. I always receive `paymentMethod` object. Just tried with `4000 0000 0000 9987, 12/23,...

Hey @macmatrix , have you tried plugging it in to GPay production? As I do have one issue - was wondering if you faced it before - https://github.com/jonasbark/flutter_stripe_payment/issues/127

Full issue here - https://github.com/jonasbark/flutter_stripe_payment/issues/127 I have a feeling, no-one tried to proceed with production Google Pay variation. I'm reaching out GPay and Stripe staff - both are very confused....

No, Google support seems to be completely off the ground - extremely slow and not really helpful. Got in touch with Stripe - much more helpful, but they don't officially...

Yes, ApplePay works perfectly. Credit Card too - however with credit card, there needs to be done extensive logic in the backend, because as I mentioned earlier - Stripe lib....

Would be great if you could find some time (30min) for some 1-1 catchup - would love to properly spin test environment (as it does not seem to work for...