From 50da40e0443689e6c18f07e402c9da8fc13a9ba0 Mon Sep 17 00:00:00 2001 From: "Michael W. Aziz" Date: Mon, 26 Jan 2026 12:03:49 +0200 Subject: [PATCH] [TEMP] Downgraded required sdk version for compitability --- .dart_tool/package_config.json | 2 +- pubspec.lock | 4 ++-- pubspec.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.dart_tool/package_config.json b/.dart_tool/package_config.json index 118b404..24d580d 100644 --- a/.dart_tool/package_config.json +++ b/.dart_tool/package_config.json @@ -59,7 +59,7 @@ "name": "astromic_extensions", "rootUri": "../", "packageUri": "lib/", - "languageVersion": "3.10" + "languageVersion": "3.0" } ], "generator": "pub", diff --git a/pubspec.lock b/pubspec.lock index 5353ece..41fe2bd 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -68,5 +68,5 @@ packages: source: hosted version: "2.2.0" sdks: - dart: ">=3.10.0 <4.0.0" - flutter: ">3.38.0" + dart: ">=3.8.0 <4.0.0" + flutter: ">3.10.0" diff --git a/pubspec.yaml b/pubspec.yaml index 4700894..bba73a2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,8 +4,8 @@ publish_to: "none" version: 1.0.0 environment: - sdk: ">=3.10.0" - flutter: ">3.38.0" + sdk: ">=3.0.0" + flutter: ">3.10.0" dev_dependencies: flutter_lints: ^6.0.0