From a4e421b50575d8f8e1780ff4db63dda5cc25e3fa Mon Sep 17 00:00:00 2001 From: Jan Romann Date: Sun, 30 Jun 2024 01:32:38 +0200 Subject: [PATCH] chore!: increase minimal Dart SDK version to 3.0.0 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index cdaa579..8cb99aa 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -8,7 +8,7 @@ version: 0.17.0 repository: https://github.com/JKRhb/dtls2 environment: - sdk: '>=2.17.0 <4.0.0' + sdk: '>=3.0.0 <4.0.0' dependencies: collection: ^1.17.0