mono0926 / barcode_scan2

[reborned barcode_scan] A flutter plugin for reading 2D barcodes and QR codes.
https://pub.dev/packages/barcode_scan2
MIT License
87 stars 78 forks source link

[Bug] 'devices(for:)' was deprecated in iOS 10.0 #74

Open aklehm opened 1 year ago

aklehm commented 1 year ago

BUG REPORTS WITHOUT PROVIDING THESE INFORMATIONS WILL BE CLOSED DIRECTLY. DON'T REMOVE THE SECTIONS!

Describe the bug Deprecation warning when building the app in Xcode

To Reproduce Steps to reproduce the behavior:

  1. Open the project in Xcode
  2. Build the app

Expected behavior Expected no warnings

Screenshots Bild 01 06 23 um 11 20

Logs If applicable, add the verbose output of flutter run.

Environment (please complete the following information):

Additional context It is only a warning, but it should be fixed before the package is not usable anymore.

byteripper commented 1 year ago

Same issue here