guidoec
Committed by GitHub

fix: return type 'int' doesn't allow null for zxingBarcodeFormat method

... ... @@ -133,6 +133,7 @@ extension ZXingBarcodeFormat on BarcodeFormat {
return 15;
case BarcodeFormat.unknown:
case BarcodeFormat.all:
case default:
return -1;
}
}
... ...