mirror of
https://github.com/simplezhli/flutter_barcode_reader.git
synced 2024-11-01 07:59:28 +08:00
Fix ios barcodes not scanning
This commit is contained in:
parent
bae95511b7
commit
28fd49d1eb
@ -1,3 +1,7 @@
|
||||
## [0.0.7] - 8/30/18
|
||||
|
||||
* Fix iOS barcodes not scanning
|
||||
|
||||
## [0.0.6] - 8/29/18
|
||||
|
||||
* Fix android dependencies
|
||||
|
@ -42,10 +42,6 @@
|
||||
views:@{@"scanRect": _scanRect}]];
|
||||
[_scanRect startAnimating];
|
||||
self.scanner = [[MTBBarcodeScanner alloc] initWithPreviewView:_previewView];
|
||||
__weak BarcodeScannerViewController *weakSelf = self;
|
||||
self.scanner.didStartScanningBlock = ^{
|
||||
weakSelf.scanner.scanRect = weakSelf.scanRect.scanLineRect;
|
||||
};
|
||||
self.navigationItem.leftBarButtonItem = [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemCancel target:self action:@selector(cancel)];
|
||||
[self updateFlashButton];
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
name: barcode_scan
|
||||
description: A flutter plugin for scanning 2D barcodes and QRCodes.
|
||||
version: 0.0.6
|
||||
version: 0.0.7
|
||||
author: Matthew Smith<matthew.smith@apptreesoftware.com>
|
||||
homepage: https://github.com/apptreesoftware/flutter_barcode_reader
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user