mirror of
https://github.com/simplezhli/flutter_barcode_reader.git
synced 2024-11-13 14:39:21 +08:00
14a744d0af
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 |
||
---|---|---|
.. | ||
android | ||
ios | ||
lib | ||
.gitignore | ||
android.iml | ||
barcode_scan_example_android.iml | ||
barcode_scan_example.iml | ||
pubspec.yaml | ||
README.md |
barcode_scan_example
Demonstrates how to use the barcode_scan plugin.
Getting Started
For help getting started with Flutter, view our online documentation.