79524790

Date: 2025-03-21 07:37:40
Score: 0.5
Natty:
Report link

So, another library is worked. package:zxing_widget/

BarcodeWidget(
            DataMatrixPainter(
              compact: true,
              gs1Format: true,
              '0104111123005281215A&r293P2t1',
              foregroundColor: Colors.blue,
            ),
            size: Size(200, 200),
          ),

But without < compact: true > it not worked. If true, GS1 Datamatrix well done.

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Артем Ильинский