jhoogstraat / fast_barcode_scanner

A flutter plugin that allows your users to scan any type of barcode on iOS and Android
40 stars 62 forks source link

GS1 DataMatrix codes are not being decoded properly on the IOS 16 and above. #86

Open musama4830 opened 11 months ago

musama4830 commented 11 months ago

Issue Description: I am developing a Flutter application that involves Data Matrix decoding functionality. The decoding works as expected on most devices, including iOS. However, I am experiencing difficulties specifically on the IOS 16 and above. The Data Matrix codes are not being decoded properly on this device.

Steps Taken:

I have ensured that the application has the necessary camera permissions in the Info.plist file. The camera settings on the IOS 16 and above are verified to be functioning correctly. The application works fine on other iOS devices, indicating that the issue might be specific to the IOS 16 and above. I am using the latest version of your library/plugin. Additional Information:

The Data Matrix codes used for testing are of good quality and are readable on other devices.

WhatsApp Image 2023-10-30 at 3 50 08 PM what is the issue, kindly help me regarding this issue...