Flutter Flatter应用程序在添加条带支付时崩溃

Flutter Flatter应用程序在添加条带支付时崩溃,flutter,stripe-payments,Flutter,Stripe Payments,我已经集成了条带支付,以便在我的应用程序中添加条带卡。当我输入卡片详细信息并按save时,应用程序崩溃,并且不会添加任何卡片 这就是错误: java.lang.NoSuchFieldError: No field type of type Ljava/lang/String; in class Lcom/stripe/android/model/PaymentMethod; or its superclasses (declaration of 'com.stripe.android.model

我已经集成了条带支付,以便在我的应用程序中添加条带卡。当我输入卡片详细信息并按save时,应用程序崩溃,并且不会添加任何卡片

这就是错误:

java.lang.NoSuchFieldError: No field type of type Ljava/lang/String; in class Lcom/stripe/android/model/PaymentMethod; or its superclasses (declaration of 'com.stripe.android.model.PaymentMethod' appears in /data/app/com.myapp.app-R-dj9ia4P1t8S6GZZ0ApgA==/base.apk!classes3.dex)

这似乎是您应该在Stripe软件包的github页面上打开的问题。您好@ajay131您的问题解决了吗?@Mitul否。我创建了自己的信用卡小部件并手动调用Stripe API。谢谢@ajay131我正在计划same@ajay131你的问题解决了吗?我也面临同样的问题。这似乎是你应该在Stripe软件包的github页面上打开一个问题。您好@ajay131您的问题解决了吗?@Mitul否。我创建了自己的信用卡小部件并手动调用Stripe API。谢谢@ajay131我正在计划same@ajay131你的问题解决了吗?我也面临同样的问题。