I made a simple flutter app using the api to search the movies, and it works fine when I'm in debug mode, but if I generate a release in apk using the command 'flutter build apk --split-per-abi' most of the searches I do return error.
فیلم و نمایش تلویزیونی را نمیتوانید پیدا کنید؟ به سیستم وارد شوید تا آن را ایجاد کنید.
آیا میخواهید به این مورد امتیاز دهید یا به فهرست اضافه کنید؟
عضو نیستید؟
پاسخ توسط Travis Bell
در تاریخ اکتبر 15, 2021 ساعت 11:01 ق.ض
Hi @hansmb,
Unless someone who is familiar with Flutter happens to see this, you probably won't get much help here. Usually for coding related issues like this, I recommend heading over to Stack Overflow where you can target users familiar with the language/app tech you're using.
پاسخ توسط ticao2 🇧🇷 pt-BR
در تاریخ اکتبر 15, 2021 ساعت 12:35 ب.ض
I'm going to add the word Flutter to the title of your question.
Maybe some user who knows the tool can help.
پاسخ توسط Hans M Boron
در تاریخ اکتبر 15, 2021 ساعت 5:15 ب.ض
solved, it was an error in my code. I said that the poster_path would not be null, but it can be null, so the searches that had some result without an image ended up not showing anything in the release mode apk, but worked in the debug mode, so it was hard to find the error.
پاسخ توسط Sreenu_RGV_362
در تاریخ ژوئیه 12, 2024 ساعت 2:57 ق.ض
facing the same issue how to solve it.
پاسخ توسط dono91
در تاریخ ژوئیه 13, 2024 ساعت 6:30 ب.ض
You probably have an error in the code. Can you copy and paste the code here so we can see what the problem is?