From 51e9c72464030c95ed3f9c85c655eaa97b82ecd4 Mon Sep 17 00:00:00 2001 From: Deep Koluguri Date: Mon, 6 Apr 2026 00:36:25 -0400 Subject: [PATCH] i8n --- luckychit/pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/luckychit/pubspec.yaml b/luckychit/pubspec.yaml index 4bd774f..3bdc488 100644 --- a/luckychit/pubspec.yaml +++ b/luckychit/pubspec.yaml @@ -56,8 +56,8 @@ dependencies: # WebSocket for real-time updates web_socket_channel: ^2.4.0 - # Date and Time - intl: ^0.19.0 + # Date and time (version must satisfy flutter_localizations’ intl pin — e.g. 0.20.2 on current stable Flutter) + intl: ^0.20.2 # Charts and Data Visualization fl_chart: ^0.66.0