From 0b2512d24e75331f5995a43e02d61452eaa40ca2 Mon Sep 17 00:00:00 2001 From: "b.razafimandimbihery" Date: Fri, 30 May 2025 18:19:53 +0300 Subject: [PATCH] update qr code --- lib/Views/CommercialPage.dart | 0 lib/Views/HandleProduct.dart | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 lib/Views/CommercialPage.dart diff --git a/lib/Views/CommercialPage.dart b/lib/Views/CommercialPage.dart new file mode 100644 index 0000000..e69de29 diff --git a/lib/Views/HandleProduct.dart b/lib/Views/HandleProduct.dart index 48489f4..ec184d6 100644 --- a/lib/Views/HandleProduct.dart +++ b/lib/Views/HandleProduct.dart @@ -1050,9 +1050,9 @@ Future _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)), ], ), );