-
-
Notifications
You must be signed in to change notification settings - Fork 541
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Namespace not specified using gradle 8.4.0 #343
Comments
I guess since the plugin has not been updated since more than 2 years on pub.dev, it is better to switch to a different plugin like mobile_scanner. |
hola a todos, pude encontrar la solución a ello se que es demasiado tarde esta implementación la he usado en muchas dependencia que aun no es compatible con gradle 8.4.0, yo lo corregí en mi local aunque no es la manera correcta pero con ello solucioné el inconveniente de versión. Primero debes ir al archivo glader del flutter_barcode_scanner te dejo el código que edité rootProject.allprojects { apply plugin: 'com.android.library' android {
} dependencies { |
Ok, thanks for reference |
@latiefdole Welcome! :) |
Muy buenas a todos eh tenido el mismo problema resolvi con mi problema con esta modificacion compileSdkVersion y agregue subprojects group 'com.amolg.flutterbarcodescanner' buildscript {
} rootProject.allprojects { apply plugin: 'com.android.library' android {
} dependencies { subprojects { |
I'm encountering an issue while trying to configure the Flutter Barcode Scanner project. When I try to build the project, I receive the following error message:
A problem occurred configuring project ':flutter_barcode_scanner'.
Could someone please provide guidance on how to properly set the namespace in the build file? Any help or suggestions would be greatly appreciated.
Thank you in advance for your assistance!
The text was updated successfully, but these errors were encountered: