mirror of
https://github.com/simplezhli/flutter_barcode_reader.git
synced 2024-11-26 06:59:23 +08:00
Updated readme, updated android lib to latest version
This commit is contained in:
parent
0e4339160f
commit
b74a82acfe
@ -1,12 +1,18 @@
|
||||
# Barcode Scanner
|
||||
|
||||
A flutter plugin for scanning 2D barcodes and QR codes
|
||||
A flutter plugin for scanning 2D barcodes and QR codes.
|
||||
|
||||
This provides a simple wrapper for two commonly used iOS and Android libraries:
|
||||
|
||||
iOS: https://github.com/mikebuss/MTBBarcodeScanner
|
||||
Android: https://github.com/dm77/barcodescanner
|
||||
|
||||
### Features
|
||||
- [x] Scan 2D barcodes
|
||||
- [x] Scan QR codes
|
||||
- [x] Control the flash while scanning
|
||||
- [ ] Customize the permission request text
|
||||
- [ ] Support multiple barcode libraries
|
||||
|
||||
## Getting Started
|
||||
|
||||
|
@ -47,6 +47,6 @@ android {
|
||||
|
||||
dependencies {
|
||||
compile 'org.jetbrains.kotlin:kotlin-stdlib-jre7:1.1.2-4'
|
||||
compile 'me.dm7.barcodescanner:zxing:1.8.4'
|
||||
compile 'me.dm7.barcodescanner:zxing:1.9.8'
|
||||
compile 'com.android.support:design:25.4.0'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user