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