jonasbark

Results 108 comments of jonasbark

Thanks for the issue - we reported it to https://github.com/stripe/stripe-react-native/issues/1602

Is your Flutter version installed locally any different to the Flutter version you used to build the release by any chance?

I was able to reproduce it as well, but have not found a solution. Only (bad) workaround would be to disable minification and resource shrinking during release builds: ``` buildTypes...

I agree. It should not be merged, yet.

Is this reproducible in debug mode? It looks like your crash report is from a released app, thus the scrambled class names

Why not? There are special test credit cards that do require 3DS

Hi! Thanks for reporting. Our implementation is a direct port of https://github.com/stripe/stripe-react-native and we tend not to deviate from it, which includes this inconsistency. Your best bet is to open...

@jamesblasco your PR will make this PR obsolete - correct? https://github.com/flutter-stripe/flutter_stripe/pull/1079