Browse Source

update qr code

31052025_01
b.razafimandimbihery 6 months ago
parent
commit
0b2512d24e
  1. 0
      lib/Views/CommercialPage.dart
  2. 6
      lib/Views/HandleProduct.dart

0
lib/Views/CommercialPage.dart

6
lib/Views/HandleProduct.dart

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

Loading…
Cancel
Save