The Barcode Plugin With Inverse is used to scan barcodes and uses the ZXing Library (https://github.com/zxing/zxing).
For Android it uses the fork: https://github.com/OutSystems/zxing-android-embedded
In this projetct we are using the file zxing-android-embedded-4.2.0-OS.aar and adding through the plugin.xml. The file was compiled using jitpack and the download of the .aar file is from here
<
Big difference is the ScanType parameter:
0 -> normal scan only
1 -> inverted scan only
2 -> mixed (normal and inverted)
Default is mixed
>