From 14b140e23db9b6ea201f19c6abe3096db0b22bdc Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Sun, 24 May 2026 10:53:56 -0400 Subject: [PATCH] make SDK bound less strict --- pubspec.lock | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 4d1d9a1..108474b 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1606,5 +1606,5 @@ packages: source: hosted version: "2.2.4" sdks: - dart: "3.11.5" + dart: ">=3.11.5 <4.0.0" flutter: ">=3.38.4" diff --git a/pubspec.yaml b/pubspec.yaml index ca2bb96..0ce2a30 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -9,7 +9,7 @@ flutter: uses-material-design: true environment: - sdk: "3.11.5" + sdk: "^3.11.5" dependency_overrides: linkify: