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
Matthew Smith
8455f159f6
Fixed example app
2019-03-04 06:49:18 -08:00
dustin
5e50563aaf
[ Fixes #47 ] Add Camera permission to library Android manifest
...
Makes integration into host applications easier
Removed the camera permission from the example to demonstrate
2018-09-06 11:28:16 -07:00
dustin
dcfdc5a0c4
update android gradle configuration and declare activity in library
...
If you declare the activity in the library, the hosting application's
manifest will get merged with the library manifest and then the end user
doesn't have to edit their manifest before this plugin works.
also updated to latest gradle plugin and kotlin versions
2018-08-09 14:21:26 -07:00
Matthew Smith
0e4339160f
Initial commit
2017-10-29 10:05:11 -07:00