Skip to content
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

error: resource android:attr/lStar not found. #364

Open
muhammadzeeshansaleem opened this issue Oct 18, 2024 · 3 comments
Open

error: resource android:attr/lStar not found. #364

muhammadzeeshansaleem opened this issue Oct 18, 2024 · 3 comments

Comments

@muhammadzeeshansaleem
Copy link

flutter_barcode_scanner/intermediates/merged_res/release/values/values.xml:6135: AAPT: error: resource android:attr/lStar not found.

@igorvidottof
Copy link

Same here

@MrOatB
Copy link

MrOatB commented Oct 24, 2024

This solution worked for me

#356 (comment)

@cemalemreyilmaz
Copy link

This package is no longer being updated. Therefore, new features of Android are not supported in this package and will not be supported in the future. I found the solution this way:
I am using the barcode_scan2 package.
Here is the code I used with flutter_barcode_scanner:
String scannerQrcode = await FlutterBarcodeScanner.scanBarcode('#ff6666', 'Cancel', true, ScanMode.QR);
And here is the code I am using with barcode_scan2:
scannerQrcode = await BarcodeScanner.scan(
options: ScanOptions(),
).rawContent;
You can find the available properties of ScanOptions in the package documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants