From 9f7b37d366a1047ee1bbe45480a70b3773302837 Mon Sep 17 00:00:00 2001 From: basemosama Date: Tue, 1 Jul 2025 15:19:43 +0300 Subject: [PATCH 1/2] chore: update Flutter SDK constraint and intl dependency version --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 2811c28..714941d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -20,7 +20,7 @@ dependencies: flutter_localizations: sdk: flutter playx_core: ^0.7.3 - intl: any + intl: ^0.20.2 shared_preferences_platform_interface: ^2.4.1 From 01211485d2caf309e59b68f355d65bea7e8f7885 Mon Sep 17 00:00:00 2001 From: basemosama Date: Tue, 1 Jul 2025 15:19:53 +0300 Subject: [PATCH 2/2] chore: update Flutter SDK constraint and intl dependency version --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 714941d..c31bf48 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -12,7 +12,7 @@ topics: environment: sdk: ">=3.5.0 <4.0.0" - flutter: ">=3.24.0 <4.0.0" + flutter: ">=3.27.0 <4.0.0" dependencies: flutter: