Closed Abhinav-Satija closed 1 year ago
Hi @Abhinav-Satija thanks for using this package.
Yes, I'll be improving this package always. I appreciate your suggestion.
0.0.4 https://pub.dev/packages/ai_barcode_scanner the latest version which fixes this issue.
original code assert( (cutOutWidth == null && cutOutHeight == null) || (cutOutSize == null && cutOutWidth != null && cutOutHeight != null), 'Use only cutOutWidth and cutOutHeight or only cutOutSize'); }
working one assert( (cutOutWidth == null && cutOutHeight == null) || (cutOutSize == 0.0 && cutOutWidth != null && cutOutHeight != null), 'Use only cutOutWidth and cutOutHeight or only cutOutSize'); }
can you update this release to another version?