mohesu / barcode_scanner

A universal barcode and QR code scanner for Flutter based on MLKit. Uses CameraX on Android, AVFoundation on iOS and Apple Vision & AVFoundation on macOS.
Apache License 2.0
41 stars 31 forks source link

Camera and Torch Icon configuration #129

Closed ShaheryarRaza34 closed 1 month ago

ShaheryarRaza34 commented 1 month ago

Property to remove camera switch and torch icon in the app bar

rvndsngwn commented 1 month ago

Hi @ShaheryarRaza34 You can use appBarBuilder to replace the appbar.

  final PreferredSizeWidget? Function(
      BuildContext context, MobileScannerController controller)? appBarBuilder;