When I am running the command for release apk
flutter build apk --release
I am getting the build
Built build/app/outputs/flutter-apk/app-release.apk (83.8MB)
But if I run the command
flutter build appbundle
I am getting this output
Gradle build failed to produce an .aab file. It's likely that this file was generated under /home/ubuntu/Flutter_Workspace/flutterproj/build, but the tool couldn't find it.