We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is about the 5th package I have tried to scan a QR code from a file. All the others fail or fail to build on Android.
This is the closest I have come, but it will not work.
git clone --recursive https://github.com/khoren93/flutter_zxing.git flutter pub global activate melos export PATH="$PATH":"$HOME/.pub-cache/bin" melos bootstrap ./scripts/update_ios_macos_src.sh
That all runs fine.
I then added the dep;
flutter_zxing: path: ~/flutter_zxing
Code? data = await zx.readBarcodeImagePath(media, DecodeParams());
ArgumentError (Invalid argument(s): Failed to lookup symbol 'readBarcode': dlsym(RTLD_DEFAULT, readBarcode): symbol not found)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is about the 5th package I have tried to scan a QR code from a file. All the others fail or fail to build on Android.
This is the closest I have come, but it will not work.
Steps Taken
That all runs fine.
Dependancy
I then added the dep;
Code
Error
The text was updated successfully, but these errors were encountered: