Closed darshil-evolution closed 1 month ago
Hi, appBarTitle only support for web and window. I will update in mobile in coming few days.
Hi, @CodingWithTashi
Is there any way to hide app bar because it showing with irrelevant title?
Hi @darshil-evolution, I have verify myself and title seems to be working fine. Additionally, now I have set app bar to nullable, I have release updated version https://pub.dev/packages/simple_barcode_scanner, please update it. closing the issue now, feel free to reopen with detail issue.
final result = await Get.to(
const SimpleBarcodeScannerPage(
isShowFlashIcon: false,
scanType: ScanType.barcode,
barcodeAppBar: null,
),
);
Hi @CodingWithTashi Still getting app-bar Please check below image.
Hi @darshil-evolution , could you please share me your device detail including android version that you are using
closing since there is no update
I am passing Mobile IMEI 1 to appBarTitle but not reflect on scanner screen.