“flutter create” is not creating build.gradle or settings.gradle files
If I run
AndroidManifest.xml not found in package flutter_plugin_android_lifecycle
I’m facing a weird issue. Everything was working ok in my project until changing between branches.
AndroidManifest.xml not found in package flutter_plugin_android_lifecycle
I’m facing a weird issue. Everything was working ok in my project until changing between branches.
Could not access versionCode from a Flutter extension
In Flutter, I have this error when building the app for an Android device:
Could not access versionCode from a Flutter extension
In Flutter, I have this error when building the app for an Android device:
Plugin [id: ‘com.android.application’] was not found in any of the following sources:
This is the error `You are applying Flutter’s app_plugin_loader Gradle plugin imperatively using the apply script method, which is deprecated and will be removed in a future release. Migrate to applying Gradle plugins with the declarative plugins block: https://flutter.dev/go/flutter-gradle-plugin-apply
upgrade flutter 3.22.0 failed to run
when I upgraded to 3.22.0 in flutter, it failed to run. I already upgrade gradle and java17. I have no idea on the error message, which gradle version supposed to used in flutter 3.22.0?
My flutter project breaks when I add firebase_core
I am new to flutter. My project was working fine until I added installed flutterfire_cli and attempted to add firebase_core to the project.
Could not determine the dependencies of task ‘:app:processDebugManifest’ (FLUTTER)
I get this error when running my flutter application.
android:exported needs to be explicitly specified for . required to specify an explicit value for `android:exported`
so I am trying to build my app but unfortunately unable to perform it and encountering this error