Lukasz Szkup
Lukasz Szkup
Wow, thanks Stephan! It's sad they have bugs, maybe there is some other lib which does it properly. Anyway, no rush, for now I can easily live with straight lines...
Yes @remonh87, I have done all the steps like in the instruction and getting: ``` 09-04 06:41:30.289 719 885 D EGL_emulation: app_time_stats: avg=20.57ms min=9.28ms max=216.36ms count=49 09-04 06:41:30.307 374 448...
Hi @ibrahimMobileArts, I have applied your suggested changes and the app is still crashing. Here's the content of my `settings.gradle`: ``` pluginManagement { def flutterSdkPath = { def properties =...
OK, the demo app (that is included in this library) crashes at the same point as my app. I just launched the server and then the app, went to the...
Hi @ibrahimMobileArts and @remonh87. As in my previous message, the demo app included in this library crashes the same way as my app in Release mode. Video: https://github.com/user-attachments/assets/5b6d5453-94c3-4d9e-85ed-05dcfe1303fa Below is...
Hi @ibrahimMobileArts, before I try your suggestions, can you please check a few things for me? The video you saw in my previous message is not from my app but...
Thank you @ibrahimMobileArts for checking this! Are you making payments in your app via Payment Sheet (https://docs.page/flutter-stripe/flutter_stripe/sheet)? Can you please share what Flutter and Java version you have on your...
Thank you, I'll try your Java version and see if that helps. The rest is the same as on my machine.
I tried some older versions of Java, and also a phone with Android 12. Tried different versions of Gradle (8.2 and 8.7). It is still crashing when showing a Payment...
Thanks @remonh87 so much for being able to reproduce the issue on your end. It's a relief that it's not only happening on my machine/phones only. I'll try to compare...