Open saulfrr opened 5 months ago
You can try using the tryInverted: true option in the ReaderWidget widget. This should enable the package to correctly scan an inverted Data Matrix. Here's an example of how you can set it up:
ReaderWidget(
tryInverted: true,
// other properties
)
Let me know if this works for you!
Can this package correctly scan an inverted Data Matrix?
For example, this one.
Thanks.