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
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
)
Can this package correctly scan an inverted Data Matrix?
For example, this one.
Thanks.
The text was updated successfully, but these errors were encountered: