Skip to content

Commit

Permalink
Update dart SDK constraints to use records
Browse files Browse the repository at this point in the history
  • Loading branch information
MacDeveloper1 committed Jan 31, 2024
1 parent 586c48b commit 2cf8e8e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2cf8e8e

Please sign in to comment.