-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
onscan #112
Comments
Hi @firelove68, onScan method has been removed, kindly use onDetect method. |
ok but in official documentation still there! |
Okay, I'll look into. Thanks. |
hi @rvndsngwn |
Hi @mfauzann & @firelove68 The onScan method has been removed or renamed in You can use these values based on your requirements. Row string value example:
Other examples:
BarcodeCapture:-
Barcode:-
|
Thank you for the Thank you for your help, explanation and examples |
hi
why onscan method isn't more avaliable?
i have this error:
"The named parameter 'onScan' isn't defined."
onScan: (String value) {
debugPrint(value);
setState(() {
_qrCodeResult = value;
});
},
so how i can resolve it?
[√] Flutter (Channel stable, 3.22.1, on Microsoft Windows [Versione 10.0.22631.3672], locale it-IT)
[√] Windows Version (Installed version of Windows is version 10 or higher)
[√] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
[√] Chrome - develop for the web
[√] Visual Studio - develop Windows apps (Visual Studio Enterprise 2022 17.10.1)
[√] Android Studio (version 2023.3)
[√] VS Code (version 1.72.2)
[√] Connected device (4 available)
[√] Network resources
Thanks
The text was updated successfully, but these errors were encountered: