Open kiran-bhat opened 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
W/ActivityThread( 7604): handleWindowVisibility: no activity for token android.os.BinderProxy@42473c8
Seems like some activity hook is required, unable to figure our what.