nekronos/BarcodeScanner, Data type not found error

getting error when try to run the example
Uno 1.12.3 (build 397)

…\BarcodeScanner\BarcodeScanner.ux(3): E8001: Data type not found: Fuse.Controls.Native.Android.BarcodeScanner
…\BarcodeScanner\BarcodeScanner.ux(3): E8001: Could not resolve type ‘Fuse.Controls.Native.Android.BarcodeScanner’
…\BarcodeScanner\BarcodeScanner.unoproj: E0000: The given key was not present in the dictionary.
MainView.ux(66): E8001: Data type not found: BarcodeScanner
MainView.ux(66): E8001: Could not resolve type ‘BarcodeScanner’
BarcodeScannerExample.unoproj: E0000: The given key was not present in the dictionary.

Build completed in 2.38 seconds
6 errors

Try using Barcode Scanner on my fork : https://github.com/ichan-mb/BarcodeScanner

@Hassan_M Thank you soo much, build from your fork is working perfectly.