update qr code

This commit is contained in:
b.razafimandimbihery 2025-05-30 18:19:53 +03:00
parent ea3c1d69df
commit 0b2512d24e
2 changed files with 3 additions and 3 deletions

View File

View File

@ -1050,9 +1050,9 @@ Future<void> _generatePDF(Product product, String qrUrl) async {
height: 200,
),
pw.SizedBox(height: 20),
pw.Text('URL/Référence: $qrUrl', style: pw.TextStyle(fontSize: 12)),
pw.SizedBox(height: 10),
pw.Text('Référence: ${product.reference}', style: pw.TextStyle(fontSize: 12)),
// pw.Text('URL/Référence: $qrUrl', style: pw.TextStyle(fontSize: 12)),
// pw.SizedBox(height: 10),
// pw.Text('Référence: ${product.reference}', style: pw.TextStyle(fontSize: 12)),
],
),
);