From 2cf8e8e4cb929192eadf1f05564065ef8379faba Mon Sep 17 00:00:00 2001 From: Aleksei <130981115+MacDeveloper1@users.noreply.github.com> Date: Wed, 31 Jan 2024 09:40:34 +0100 Subject: [PATCH] Update dart SDK constraints to use records --- pubspec.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 6f10611..1f42876 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,8 +2,9 @@ name: stomp_dart_client homepage: https://github.com/blackhorse-one/stomp_dart version: 1.0.2 description: Dart STOMP client for easy messaging interoperability. Build with flutter in mind, but should work for every dart application. + environment: - sdk: ">=2.12.0 <4.0.0" + sdk: ">=3.2.5 <4.0.0" dependencies: web_socket_channel: ^2.4.0