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