jonasbark / flutter_stripe_payment

[DISCONTINUED] A flutter plugin with stripe payment plugin integration
MIT License
309 stars 243 forks source link

Getting error when doing confirmSetupIntent #191

Open kiran-bhat opened 4 years ago

kiran-bhat commented 4 years ago

W/ActivityThread( 7604): handleWindowVisibility: no activity for token android.os.BinderProxy@42473c8

Seems like some activity hook is required, unable to figure our what.

shuent commented 4 years ago

This also happen when building application.

flutter run exit with Error


    ../../../flutter/.pub-cache/hosted/pub.dartlang.org/stripe_payment-1.0.7/lib/src/payment_intent.dart:4:3: Error: Type
    'PaymentMethodRequest' not found.
      PaymentMethodRequest paymentMethod;
      ^^^^^^^^^^^^^^^^^^^^
    ../../../flutter/.pub-cache/hosted/pub.dartlang.org/stripe_payment-1.0.7/lib/src/payment_intent.dart:4:3: Error:
    'PaymentMethodRequest' isn't a type.
      PaymentMethodRequest paymentMethod;
      ^^^^^^^^^^^^^^^^^^^^

It may be fixed by importing PaymentMethodRequest to payment_intent.dart