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 |
|
Benjamin Sauer
|
65193acf1c
|
changed delegate method name to 'didFailWithErrorCode'
|
2018-01-10 16:25:40 +01:00 |
|
Benjamin Sauer
|
1c34da8db9
|
BarcodeScanPlugin.m: extracted errorHandling into seperate method
|
2018-01-10 16:21:05 +01:00 |
|
Benjamin Sauer
|
2156fe33fe
|
replaced iOs popup by throwing a flutter error
|
2018-01-08 14:42:47 +01:00 |
|
Matthew Smith
|
80b5c6f3eb
|
Rewrote iOS scanner in ObjC to avoid swift plugin conflicts with use_frameworks!
|
2017-11-07 18:27:25 -08:00 |
|
Matthew Smith
|
0e4339160f
|
Initial commit
|
2017-10-29 10:05:11 -07:00 |
|