Fix ios barcodes not scanning

This commit is contained in:
Matthew Smith 2018-08-30 09:14:24 -07:00
parent bae95511b7
commit 28fd49d1eb
3 changed files with 5 additions and 5 deletions

View File

@ -1,3 +1,7 @@
## [0.0.7] - 8/30/18
* Fix iOS barcodes not scanning
## [0.0.6] - 8/29/18
* Fix android dependencies

View File

@ -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];
}

View File

@ -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