-
Notifications
You must be signed in to change notification settings - Fork 877
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
[BUG] After updating to Flutter 3.24.3, an error occurred. #744
Comments
+1 |
3 similar comments
+1 |
+1 |
+1 |
the same here.. any workaround? |
+1 |
Same |
+1 |
1 similar comment
+1 |
qr_code_scanner:
git:
url: https://github.com/asmrtfm/qr_code_scanner
ref: patch-1
version: ^1.0.0 |
Thanks @vshvedov works! |
Thanks @vshvedov works fine |
instead of forking each repo that's causing the problem after adding the namespace, add this in your project's build.gradle in a spearate subprojects block:
this will add the namespace to the gradles automatically while the app is being built |
Same issue |
add this block inside your module level build.gradle file |
add in app/bulid.gradle
and in gradle.properties
|
Thanks @vshvedov works! |
I did a fork a while ago for extra maintenance on android and web for this package: https://pub.dev/packages/qr_code_scanner_plus |
Describe the bug
I updated Flutter to version 3.24.3, and encountered the following error.
A problem occurred configuring project ':qr_code_scanner'.
Flutter information
Always provide the output of
flutter doctor -v
as it is needed in order to know on which Flutter versions the bug exists in.flutter --version
Flutter 3.24.3 • channel stable • https://github.com/flutter/flutter.git
Framework • revision 2663184aa7 (4 days ago) • 2024-09-11 16:27:48 -0500
Engine • revision 36335019a8
Tools • Dart 3.5.3 • DevTools 2.37.3
Device (please complete the following information):
Screenshots
![image](https://private-user-images.githubusercontent.com/4057591/367667056-6e36b512-5b16-4047-810c-0d964d651e25.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwNTI2NzksIm5iZiI6MTczOTA1MjM3OSwicGF0aCI6Ii80MDU3NTkxLzM2NzY2NzA1Ni02ZTM2YjUxMi01YjE2LTQwNDctODEwYy0wZDk2NGQ2NTFlMjUucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwOCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDhUMjIwNjE5WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MTA3NGY0YmZlYzUzNTc0ZWZkZjBkMzcxYzI3YzY2NzYyNDMyMTg1Zjk5M2U5ZWEyZGZkY2RjYTM4ZjI2MjI1ZCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.BM8ximTudYctNw4VXvbESMjmF2TdaYrzn4B3T3t9a7w)
If applicable, add screenshots to help explain your problem.
Additional context
The text was updated successfully, but these errors were encountered: