|
|
|
@ -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)), |
|
|
|
], |
|
|
|
), |
|
|
|
); |
|
|
|
|