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.
No trobeu una pel路l铆cula o una s猫rie? Inicieu la sessi贸 per a crear-la.
Desitgeu valorar o afegir aquest element a una llista?
No en sou membre?
Resposta per Travis Bell
el 15 e de 2021 a les 11:01 A.M.
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.
Resposta per ticao2 馃嚙馃嚪 pt-BR
el 15 e de 2021 a les 12:35 P.M.
I'm going to add the word Flutter to the title of your question.
Maybe some user who knows the tool can help.
Resposta per Hans M Boron
el 15 e de 2021 a les 5:15 P.M.
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.
Resposta per Sreenu_RGV_362
el 12 g de 2024 a les 2:57 A.M.
facing the same issue how to solve it.
Resposta per dono91
el 13 g de 2024 a les 6:30 P.M.
You probably have an error in the code. Can you copy and paste the code here so we can see what the problem is?