From c8febdaff926608a1e789ba8a9a422e5a46bb396 Mon Sep 17 00:00:00 2001 From: "b.razafimandimbihery" Date: Sat, 31 May 2025 04:49:32 +0300 Subject: [PATCH] maj maj tsy natory --- lib/Views/historique.dart | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Views/historique.dart b/lib/Views/historique.dart index 0fc76ad..6f09176 100644 --- a/lib/Views/historique.dart +++ b/lib/Views/historique.dart @@ -365,7 +365,7 @@ class _HistoriquePageState extends State { crossAxisAlignment: CrossAxisAlignment.start, children: [ Text( - commande.dateCommande as String + commande.dateCommande.timeZoneName ), Text( '${commande.montantTotal.toStringAsFixed(2)} DA', diff --git a/pubspec.yaml b/pubspec.yaml index cf81f97..2d9a32c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -62,7 +62,7 @@ dependencies: path_provider: ^2.0.15 shared_preferences: ^2.2.2 excel: ^2.0.1 - mobile_scanner: ^3.1.1 + mobile_scanner: ^3.2.0