From 74b61ccb41157ec31a5c39474c2a3272047166c4 Mon Sep 17 00:00:00 2001 From: Josh DePonte Date: Tue, 13 Jan 2026 15:21:58 -0500 Subject: [PATCH] Added broader dart support --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 9ff818a..b661ae7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,11 +1,11 @@ name: sturdy_http description: A strongly typed, event-based, reliable HTTP client that wraps `Dio`. -version: 0.6.1 +version: 0.6.2 homepage: https://github.com/Betterment/sturdy_http repository: https://github.com/Betterment/sturdy_http environment: - sdk: '>=3.10.0 <4.0.0' + sdk: ">=3.7.0 <4.0.0" dependencies: collection: ^1.19.1