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.
Un film, une émission télévisée ou un artiste est introuvable ? Connectez-vous afin de créer une nouvelle fiche.
Vous souhaitez évaluer ou ajouter cet élément à une liste ?
Pas encore membre ?
Réponse de Travis Bell
le 15 octobre 2021 Ă 11h01
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.
Réponse de ticao2 🇧🇷 pt-BR
le 15 octobre 2021 Ă 12h35
I'm going to add the word Flutter to the title of your question.
Maybe some user who knows the tool can help.
Réponse de Hans M Boron
le 15 octobre 2021 Ă 17h15
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.
Réponse de Sreenu_RGV_362
le 12 juillet 2024 Ă 02h57
facing the same issue how to solve it.
Réponse de dono91
le 13 juillet 2024 Ă 18h30
You probably have an error in the code. Can you copy and paste the code here so we can see what the problem is?