ezet / stripe-sdk

A simple and flexible Stripe library for Flutter with complete support for SCA and PSD2.
https://pub.dev/packages/stripe_sdk
Other
137 stars 137 forks source link

Cardfield screen error #144

Closed dalton5 closed 3 years ago

dalton5 commented 3 years ago

Hi,

I setup everything. The app is launching

But I have this error:

I can't find any clues on what is wrong.

Can you help? I struggle since 2 hours on this.

D/EGL_emulation(26511): eglMakeCurrent: 0xe566a8a0: ver 2 0 (tinfo 0xda105ad0) W/View (26511): requestLayout() improperly called by android.widget.ImageView{a7e2c6a V.ED..... ......ID 0,0-84,55 #7f080146 app:id/icon} during layout: running second layout pass W/View (26511): requestLayout() improperly called by android.widget.FrameLayout{d3d655b VFE...... ......ID 156,33-1097,90 #7f0800c2 app:id/container} during layout: running second layout pass W/View (26511): requestLayout() improperly called by com.google.android.material.textfield.TextInputLayout{76811f8 V.ED..... ......ID 0,0-384,57 #7f08009a app:id/card_number_text_input_layout} during layout: running second layout pass W/View (26511): requestLayout() improperly called by com.google.android.material.textfield.TextInputLayout{a9966d1 V.ED..... ......ID 525,0-666,57 #7f08011c app:id/expiry_date_text_input_layout} during layout: running second layout pass

My screen is looking like this:

image