mintware-de / flutter_barcode_reader

A flutter plugin for reading 2D barcodes and QR codes.
MIT License
628 stars 463 forks source link

Errors on build after cloud_firestore upgrade to 0.9.0 #74

Closed yostrokon closed 5 years ago

yostrokon commented 5 years ago

After upgrade to 0.9.0 have these errors on build

e: /home/yourii/flutter/.pub-cache/hosted/pub.dartlang.org/barcode_scan-0.0.8/android/src/main/kotlin/com/apptreesoftware/barcodescan/BarcodeScannerActivity.kt: (8, 31): Unresolved reference: ActivityCompat e: /home/yourii/flutter/.pub-cache/hosted/pub.dartlang.org/barcode_scan-0.0.8/android/src/main/kotlin/com/apptreesoftware/barcodescan/BarcodeScannerActivity.kt: (9, 27): Unresolved reference: content e: /home/yourii/flutter/.pub-cache/hosted/pub.dartlang.org/barcode_scan-0.0.8/android/src/main/kotlin/com/apptreesoftware/barcodescan/BarcodeScannerActivity.kt: (86, 13): Unresolved reference: ContextCompat e: /home/yourii/flutter/.pub-cache/hosted/pub.dartlang.org/barcode_scan-0.0.8/android/src/main/kotlin/com/apptreesoftware/barcodescan/BarcodeScannerActivity.kt: (89, 13): Unresolved reference: ActivityCompat

FAILURE: Build failed with an exception.

matthewtsmith commented 5 years ago

Duplicate of #71