Rémon

Results 221 comments of Rémon

@dariuszseweryn that is a good idea however I know from experience that for some Huawei (e.g. P20) and Xaomi devices the threshold is lower( I even saw a Android 9...

@ened @jonasbark what is still needed to integrate this PR? I am willing to help out since I think it would be good to update the dependencies (btw I noticed...

@michelleb-stripe thanks for quickly acting upon this issue. We got quite some people having the same issue in our Flutter Stripe library. What is weird though is that the rejection...

@michelleb-stripe here are my answers: 1. We are using [Stripe 20.1+ ](https://github.com/flutter-stripe/flutter_stripe/blob/cc77f2157007b1697bbc838691a5cc85e6837d29/packages/stripe_android/android/build.gradle#L4 ) in the version that I was using. We follow the react-native library when setting the android sdk....

@matanlurey I think it would be great to at least add references to null-safe version of external dependencies (in my case built_value). Because of outdated dependencies I cannot use protobuf...

@2cData I think you can still use this plugin and have proper widget tests. If you do not care about testing the localized strings you can simply inject a stubtestdelegate...

@sebastianbuechleratcamaelion I experience the same. What you also can consider is trying to cache the shaders. I observed spectacular results when doing this on startup: https://flutter.dev/docs/perf/rendering/shader . Not super convinced...

@dragouf sorry for some reason we missed this. this is an advanced usecase and to be honest I have no idea. I would recommend asking Stripe for support on this...

We now support the newest apple pay payment methods from version [4.0.0](https://pub.dev/packages/flutter_stripe/changelog#400) .

Thanks for the clear description very helpful. You are right we should provide an error that can be caught.