Questions tagged [flutter-release]
43 questions
0
votes
0 answers
Execution failed for task ':app:signReleaseBundle' when running flutter build appbundle
I've followed the steps here:
Flutter docs
This is the error I get when running flutter build appbundle (same with apk)
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:signReleaseBundle'.
> A failure…

leandronn
- 173
- 1
- 17
0
votes
0 answers
Build flutter release version for Windows 8
I am using a Windows 10 PC and need to create a release version of my flutter application for Windows 8. However, flutter build windows builds an executable for the Windows version of the PC, you are using, which would be Windows 10 in my case.…

TheUltimateOptimist
- 1,089
- 4
- 19
0
votes
0 answers
Flutter App White Screen(Or crashed) in Release Mode
A/flutter: [FATAL:flutter/runtime/dart_vm_initializer.cc(22)] Error while initializing the Dart VM: Precompiled runtime requires a precompiled snapshot
A/libc: Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 9712
My flutter app got Crashed in…

Dhiren Basra
- 820
- 9
- 24
0
votes
1 answer
appbundle being generated with the empty String.fromEnvironment
I'm storing some settings in String.fromEnvironment('CONFIG_EX'), when I run the app in Debug or Profile mode everything works normally, but now I launched it on the PlayStore in Open Test and it's returning a 403 error and I realized that the…

Waldson Fagundes
- 77
- 8
0
votes
2 answers
Flutter Dropdown and Text Field is not showing in Release Mode
My flutter app is not showing a Dropdown field and a text field in release mode, but in debug everything seems fine, I have no idea why this is happening.
I'm using a dropdown_search package to show the dropdown field, and a CustomTextField package…

Zee
- 7
- 4
0
votes
2 answers
flutter app api calls never returns in release mode
my flutter app works on debug mode getting data from api and all. but after I built the app in release mode and try to open it on my actual phone. It is not working getting the data from the api.
Things I have tried:

brook yonas
- 436
- 3
- 14
0
votes
2 answers
How to solve APK REQUIRES VALID PRIVACY POLICY?
my app was publish on CH play 1 year ago. but today I got a mail from Google Play
APK REQUIRES VALID PRIVACY POLICY
Your app is uploading users Contact list & files information without posting a privacy policy in both the designated field in the…

Quang Anh
- 71
- 7
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
Flutter Execution failed for task ':app:packageReleaseBundle'
I can generate the bundle apk of debug as well as the build apk too. But when I tried to generate bundle release apk getting this error. Please help me to solve this
Execution failed for task ':app:packageReleaseBundle'.
> A failure occurred while…

Ankur Shinde
- 304
- 4
- 19
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
Flutter MissingPluginException(No implementation found for method checkPermissionStatus on channel flutter.baseflow.com/permissions/methods)
Having issue in release mode of the APK only, in debug mode it is working fine.
After too much of struggling I got issue is coming due to uses of two plugin file_picker & permission_handler If I remove anyone of that, It is working but I need to use…

Aniket Songara
- 47
- 1
- 7
0
votes
1 answer
MissingPluginException for quick_actions plugin in release mode
I recently added quick_actions plugin works fine in debug mode but shows a blank screen in release mode.
Found these issues in the log.
[ERROR:flutter/lib/ui/ui_dart_state.cc(177)] Unhandled Exception: MissingPluginException(No implementation found…

ASAD HAMEED
- 2,296
- 1
- 20
- 36
-1
votes
1 answer
API calls are not happning in flutter release APK
I am developing an app in Flutter while developing the APP is working as excepted, but once generated a release APK (Android studio -> Build -> Flutter -> Build APK).
After installing release APK, API calls are not happning
I have added internet…

Bharath Kandula
- 1
- 1