jonasbark / flutter_stripe_payment

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

Error: 'PaymentResponseStatus' isn't a type. #337

Open ravindrasingh-prog opened 2 years ago

ravindrasingh-prog commented 2 years ago

We have updated flutter2 (Version-2.0.0 and dart 2.12.0) recently and Stripe dependency flutter_stripe_payment0.0.17 is not working and giving error while running the code in iOS. Please provide solution for this @jonasbark @jnblanchard

../../flutter/.pub-cache/hosted/pub.dartlang.org/flutter_stripe_payment-0.0.17/lib/src/models/response.dart:4:3: Error: 'PaymentResponseStatus' isn't a type. PaymentResponseStatus? status;