Questions tagged [flutter-apk]
44 questions
1
vote
1 answer
How do I make Flutter app open in all devices. Crashing because it couldn't find libflutter.so. How do I fix this?
So after a point of time developing my Flutter application, I find myself where my app is not opening in all architectures. I tried to see if the crash comes to Crashlytics, but understood only when we open our app next time the app will open.
I…

Mohanakrrishna
- 148
- 3
- 13
1
vote
3 answers
The Flutter daemon has been terminated
Got a error when I launched the flutter app on VS Code
I tried a lot of solutions on the internet but none worked, I also tried re-installing Windows but that too didn't work
The Daemon log
[10:31:08 PM] [General] [Info] …

Abhishek Nair
- 23
- 1
- 4
0
votes
0 answers
Flutter app size is doubled after flutter pub upgrade, Initial apk is almost 37mb and now the apk size is about 75mb after pub upgrade
The image mentioned by running the command "flutter build apk --analyze-size --target-platform android-arm64" apk analyze-size ](https://i.stack.imgur.com/8FqNW.png)
How to reduce the size of the apk to the older size as mentioned;
Note: I have run…

AKSHAY
- 1
- 1
0
votes
0 answers
Flutter app stuck on black screen while installing apk on debug mode
While building Flutter app, it is stucking on black screen while installing apk on debug mode. As per I found this is an issue on Android 13 for Vivo phones. I was earlier found on Android 11 but later it was solved on Android 12. Again, this issue…
0
votes
0 answers
The Flutter Daemon has terminated in VScode
I'm learning app development using flutter. I've setup my mobile as physical device which worked fine but now whenever I open my project in VScode, I get a notification saying "The Flutter Daemon has terminated". VScode does not detect my device and…

Sakthi2005
- 1
- 1
0
votes
2 answers
Invalid radix-10 number (at character 1) in flutter
I got this error:
Unhandled Exception: FormatException: Invalid radix-10 number (at character 1)
Future
- > getBannerPictures() async {
var url =…

Jaini Shah
- 45
- 3
0
votes
0 answers
Exception has occurred.MissingPluginException (MissingPluginException(No implementation found for method getResourceUsage on channel resource_monitor)
MissingPluginException (MissingPluginException(No implementation found for method getResourceUsage on channel resource_monitor)).
The exception has occurred.
MissingPluginException (MissingPluginException(No implementation found for method…

Ameer Safdar
- 21
- 4
0
votes
0 answers
initState async operation not working after installation in real device using build apk file but works fine in android emulator in flutter
I am following Angela Yu Bootcamp for flutter I have came across clima weather app project using geo locator for location and openweathermap Api. All my code works fine in android emulator but after building apk in real android device or mobile it…

grunze shyangbo
- 1
- 1
0
votes
2 answers
Want only one active button from four buttons Flutter
I want only one selected iconbutton from these four. when one is selected (green color) so, another should be un selected (black color). How can I manage it. Please see below image.
here is logical code for that section:
bool btn1 = false;
bool…

pnpatel
- 9
- 3
0
votes
4 answers
Show button's value in Text when it is pressed - Flutter
I want when any key is pressed so it should show in Text widget(in place of data) [please see below image]. For Example 1 is pressed so 1, then I press 2 so, it should show 12, etc. Then, if I press call end(bottomright button) so, that field should…

pnpatel
- 9
- 3
0
votes
1 answer
Execution failed for task ':app:compileFlutterBuildRelease', please how do I solve this issue
Am having problem building my project, when I build it in debug mode it goes fine but when I build it in profile mode and release mode it gives me error. And If I do flutter run for debug mode it successfully build and throws me a new error.
Dart…
0
votes
0 answers
[Flutter generate default apk in flutter-apk how to rename those file like I did in build.gradle]
Hi guys my question is simple, I am able to modify the output file name for android.
Basically, there will be two folders, named apk and flutter-apk.
For example, my productFlavors got 3 and buildType got 2 (release and debug).
If I run flutter run…

SY MY
- 91
- 1
- 7
0
votes
1 answer
Flutter Release APK misbehaving
i am developing an ecommerce app which works very fine in debug mode,but surprisingly after generating a signed release apk it does not work well.
SCENARIO.
when i add items to cart for the first time after starting an app ,items are added to cart…

salmoa
- 11
- 2
0
votes
2 answers
My flutter app contains with some API calls. After building APK, it's says null value
I have made an app that fetches some data by API.
In my emulator, the app fetches data perfectly and shows the data correctly too.
But whenever I build an APK and install it on my phone the data doesn't show up.
Why is it happening? In the emulator,…
0
votes
0 answers
A problem occurred configuring root project 'android'. while building apk file
java.util.concurrent.ExecutionException: org.gradle.api.GradleException: Failed to create Jar file C:\Users\aruno.gradle\caches\jars-9\77f1b6119df996df354847f2f9be857a\gradle-7.1.2.jar.

er.arunkushwaha
- 138
- 1
- 5