update qr code
This commit is contained in:
parent
ea3c1d69df
commit
0b2512d24e
0
lib/Views/CommercialPage.dart
Normal file
0
lib/Views/CommercialPage.dart
Normal 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)),
|
||||
],
|
||||
),
|
||||
);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user