From da83f4ab48be614208f74428f0d966892f00c718 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=B2=E6=82=A6?= Date: Fri, 12 Sep 2025 14:11:59 +0800 Subject: [PATCH] 1 --- AINoval/pubspec.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AINoval/pubspec.yaml b/AINoval/pubspec.yaml index 4aca57f..4bf84ef 100644 --- a/AINoval/pubspec.yaml +++ b/AINoval/pubspec.yaml @@ -36,7 +36,8 @@ dependencies: sticky_headers: "^0.3.0" # 工具 - intl: ^0.20.2 + # Align with Flutter SDK flutter_localizations which depends on intl 0.19.0 + intl: ^0.19.0 uuid: ^3.0.7 http: ^1.1.0 url_launcher: ^6.1.12