If I create an APK using <code>flutter build apk</code>, I can install and run my Flutter application (which is more or less the basic app template with a few charts a...
I have created android build of my Flutter application. Then I created an internal testing release. It is showing a warning <blockquote> This App Bundle...
I have a flutter app, which works perfectly. With <code>flutter build appbundle</code> I am able to build a signed app bundle without any errors. Now, I am trying to g...
I am trying to release an Android app for the first time on play.google.com using an app bundle. The app is implemented in Android Studio using Flutter SDK and the bun...
I'm building a Flutter app with <a href="https://pub.dev/packages/firebase_auth" rel="nofollow noreferrer">firebase_auth</a> and <a href="https://pub.dev/packages/goog...
I am trying to build a app with flutter . When I'm trying run this commend flutter build appbundle I get this error : <blockquote> FAILURE: Build fa...
When i'm running <pre><code>flutter build appbundle </code></pre> I'm getting the next error: <pre><code>Gradle build failed to produce an .aab file. Its li...
I'm trying to make app bundle with the help of <a href="https://flutter.dev/docs/deployment/android" rel="nofollow noreferrer">flutter doc</a> by running <code>Flutter...
I've created a flutter app and it has lots of assets files. The final appbundle is a 287MB file. Playstore only allows a 150MB file. Is there any way I can upload my f...
I try build new release for google play, so I change version at file pubspec.yaml from <code>0.1.1+20220304</code> to <code>0.1.4+20220307</code>, but after uploading,...
Whether the <a href="https://docs.flutter.dev/perf/deferred-components" rel="nofollow noreferrer">Deffered component</a> in flutter reduces the app bundle size for pla...
Whenever the CI script runs, I get the following error: <blockquote> Gradle build failed to produce an .aab file. It's likely that this file was generated...
i just signed my app and created a key. Now when I run flutter build apk or flutter build appbundle then I run into this failure: <pre><code>FAILURE: Build failed...
I find little to no information on what's the difference between these two <pre><code>flutter build bundle </code></pre> <pre><code>flutter build appbundle </code>...
When I try to <code>build > generate signed bundle</code> AS complains: <blockquote> Generating signed bundle requires you to update the Android Gradle plugi...