Getting this error after upgrading to version - 0.2.2
../../../../AppData/Local/Pub/Cache/hosted/pub.dev/simple_barcode_scanner-0.2.2/lib/simple_barcode_scanner.dart:128:9: Error: Type 'BarcodeScannerViewCreated' not found.
final BarcodeScannerViewCreated onBarcodeViewCreated;
^^^^^^^^^^^^^^^^^^^^^^^^^
../../../../AppData/Local/Pub/Cache/hosted/pub.dev/simple_barcode_scanner-0.2.2/lib/simple_barcode_scanner.dart:128:9: Error: 'BarcodeScannerViewCreated' isn't a type.
final BarcodeScannerViewCreated onBarcodeViewCreated;
^^^^^^^^^^^^^^^^^^^^^^^^^
../../../../AppData/Local/Pub/Cache/hosted/pub.dev/simple_barcode_scanner-0.2.2/lib/simple_barcode_scanner.dart:291:12: Error: The method 'BarcodeScannerView' isn't defined for the class 'SimpleBarcodeScanner'.
'SimpleBarcodeScanner' is from 'package:simple_barcode_scanner/simple_barcode_scanner.dart' ('../../../../AppData/Local/Pub/Cache/hosted/pub.dev/simple_barcode_scanner-0.2.2/lib/simple_barcode_scanner.dart').
Try correcting the name to the name of an existing method, or defining a method named 'BarcodeScannerView'.
return BarcodeScannerView(
^^^^^^^^^^^^^^^^^^
Getting this error after upgrading to version - 0.2.2
../../../../AppData/Local/Pub/Cache/hosted/pub.dev/simple_barcode_scanner-0.2.2/lib/simple_barcode_scanner.dart:128:9: Error: Type 'BarcodeScannerViewCreated' not found. final BarcodeScannerViewCreated onBarcodeViewCreated; ^^^^^^^^^^^^^^^^^^^^^^^^^ ../../../../AppData/Local/Pub/Cache/hosted/pub.dev/simple_barcode_scanner-0.2.2/lib/simple_barcode_scanner.dart:128:9: Error: 'BarcodeScannerViewCreated' isn't a type. final BarcodeScannerViewCreated onBarcodeViewCreated; ^^^^^^^^^^^^^^^^^^^^^^^^^ ../../../../AppData/Local/Pub/Cache/hosted/pub.dev/simple_barcode_scanner-0.2.2/lib/simple_barcode_scanner.dart:291:12: Error: The method 'BarcodeScannerView' isn't defined for the class 'SimpleBarcodeScanner'.