Questions tagged [flutter-apk]
44 questions
0
votes
1 answer
Flutter login and registration not working on apk
Login and Registration aren't working on the apk that we build, but it works on the emulator, and it works when it's connected with a cable to a real phone.
Any ideas?
We haven't changed anything considering login.(controllers, service, ect.) and we…
user19717894
0
votes
1 answer
Adding a New Image and it changes all images at front page - Flutter
I am making demo application for experience.
So, the problem is that I am adding list as described in images(Screenshots). But when I add another new list with image so, it automatically changes images at front page in the last and new list both.…

Parth Patel
- 105
- 1
- 8
0
votes
1 answer
Flutter I can't build apk with build apk command
I build an app and trying to build apk. But the apk that I build with flutter build apk command is not working. There is a white screen coming. Today I connect my device with USB and I build it into my device in that way. This time it worked. What I…

Hüseyin Sezen
- 56
- 9
0
votes
1 answer
News pages doesn't show article or blogs after building apk
I'm creating a flutter project on which it consist of news feature sadly after building an apk and installing it to try in become an empty screen with grey shade, i also try to test it on my phone and this is what happen i dont know where the bugs…

Frederick Alinday
- 41
- 6
0
votes
1 answer
flutter build apk --split-per-abi: Execution failed for task ':app:packageRelease'
i have been trying to build a flutter apk with this flutter build apk --split-per-abi: but i seem to be getting this error, i tried to do some refactoring and corrections from StackOverflow but the error seems to persist
192:party_app olamide$…

Ariyo
- 49
- 4
0
votes
0 answers
How do I solve this problem Codepoint 984420 not found in font, aborting?
I was trying to build appbundle or apk and it shows:
Codepoint 984420 not found in font, aborting.
FAILURE: Build failed with an exception.
* Where:
Script 'C:\src\flutter\packages\flutter_tools\gradle\flutter.gradle' line: 1102
* What went…

ChilledVibes
- 31
- 6
0
votes
1 answer
Flutter Release APK does not show Web Images
I just started to code with Dart and Flutter a few days back.
So far I mostly used the Android Emulator for testing my Apps. Today I created a .apk to test it but the network images dont load.
Does anyone have an idea why thats so?

wiag-est
- 5
- 3
0
votes
1 answer
Layout, Icons, Asset/Network Images are not working on Flutter Release APK
this is the first time I have encountered this problem, where App Layout, Icons, Asset/Network Images are not working on Flutter Release Build.
I already tried cleaning, building multiple times but no…

Koala
- 352
- 2
- 7
- 18
0
votes
0 answers
Facing "App not installed" error when trying to install flutter apk
I am generating an APK file for the flutter app using:
flutter build apk
and it generates the following file:
build/app/outputs/flutter-apk/app-release.apk
I was always able to install this apk on my phone or any other phone to test it. But…

B Faley
- 17,120
- 43
- 133
- 223
0
votes
1 answer
How to generate release apk file in Flutter?
I am generating an APK file for my Flutter app. I am following this articlem, https://flutter.dev/docs/deployment/android. But it is giving me the error when I generate the apk file.
First I generate the keystore file running the following…

Wai Yan Hein
- 13,651
- 35
- 180
- 372
0
votes
0 answers
how to reduce number of reads in firebase?
i have created a chat app and everything works fine except two things
1- in fire base store i get too much reads even if i do nothing, for example i just used my chat app for 5 minuets i got around 6000 reads
2- when i chat to any person some…

Abdulrahman
- 25
- 5
0
votes
1 answer
Problem getting device location - flutter app
I have programmed a weather app using flutter. It works perfectly on the virtual phone. But when i install it in my android phone. The app cant get the current location.
I used geolocator 6.0.0 package.
I also typed the permission code to ask for…

BlaCK _ WolF
- 17
- 5
0
votes
1 answer
not showing the option of build apk in build < flutter < build apk
not showing the option of build apk in build < flutter < build apk , other project showing the option of build apk

Fawad Ahmed
- 63
- 1
- 1
- 5
-1
votes
1 answer
I Have An Issue In Grid View Builder
without building apk
when i dont build apk in flutter this type of gridview is build
and when i build apk this type of gridveiw list build in flutter
when apk is build
this is my code i want to build an apk so any one can fix this issue
i am getting…

Red Player Gaming
- 58
- 12