You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've encountered a deprecation warning when using the [barcode_scan2] package on iOS.
The warning is related to the use of flashMode which was deprecated in iOS 10.0. The specific warning message is:
'flashMode' was deprecated in iOS 10.0: Use AVCapturePhotoSettings.flashMode instead.
This occurs in the file BarcodeScannerViewController.swift at line 47.
It would be beneficial for compatibility and future-proofing the package if this could be updated to use the recommended AVCapturePhotoSettings.flashMode API.
Could you please look into updating this or provide guidance on how this might be resolved?
Thank you for your support and for maintaining this useful package!
Best regards
The text was updated successfully, but these errors were encountered:
I've encountered a deprecation warning when using the [barcode_scan2] package on iOS.
The warning is related to the use of
flashMode
which was deprecated in iOS 10.0. The specific warning message is:This occurs in the file
BarcodeScannerViewController.swift
at line 47.It would be beneficial for compatibility and future-proofing the package if this could be updated to use the recommended
AVCapturePhotoSettings.flashMode
API.Could you please look into updating this or provide guidance on how this might be resolved?
Thank you for your support and for maintaining this useful package!
Best regards
The text was updated successfully, but these errors were encountered: