flutter_barcode_reader/ios/Classes
Julian Finkler 14a744d0af Owner changes:
Android:
Kotlin Package: `com.apptreesoftware.barcodescan` -> `de.mintware.barcode_scan`
Manifest-Package: `com.yourcompany.barcodescan` -> `de.mintware.barcodescan`
Activity: `com.apptreesoftware.barcodescan.BarcodeScannerActivity` -> `de.mintware.barcode_scan.BarcodeScannerActivity`

iOS:
Bundle ID: `com.apptreesoftware.barcode.plugin.example` -> `de.mintware.barcode_scan.plugin.example`

Flutter:
Method channel: `com.apptreesoftware.barcode_scan` -> `de.mintware.barcode_scan`
pubspec.yaml:
 - homepage updated
 - deprecated author entry removed
 - comments removed
 - flutter.plugin.androidPackage: `com.apptreesoftware.barcode_scan` -> `de.mintware.barcode_scan`

README.md updated and UPGRADE.md added
2020-02-19 23:19:14 +01:00
..
BarcodeScanPlugin.h Fix dart future not returning on cancel 2019-07-22 12:11:27 -05:00
BarcodeScanPlugin.m Owner changes: 2020-02-19 23:19:14 +01:00
BarcodeScannerViewController.h make iOS scanner UI look the same as Android 2018-08-11 09:17:35 -07:00
BarcodeScannerViewController.m Fixed the size of the preview overlay 2020-01-12 12:18:48 +01:00
BarcodeScannerViewControllerDelegate.h changed delegate method name to 'didFailWithErrorCode' 2018-01-10 16:25:40 +01:00
ScannerOverlay.h make iOS scanner UI look the same as Android 2018-08-11 09:17:35 -07:00
ScannerOverlay.m Fixed the position of the scan line 2020-01-12 12:34:25 +01:00