Navaron Bracke
Committed by GitHub

Merge pull request #913 from hazzo/master

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:
default:
return -1;
}
}
... ...