From a11b5180cd8f6cad2a34855c37a5145901c787f8 Mon Sep 17 00:00:00 2001 From: Brian Quinlan Date: Mon, 6 May 2024 10:46:34 -0700 Subject: [PATCH] Make shelf_web_socket a dev dependency --- pubspec.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/pubspec.yaml b/pubspec.yaml index 751c725..09d28e1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -18,6 +18,7 @@ dependencies: dev_dependencies: dart_flutter_team_lints: ^2.0.0 + shelf_web_socket: any test: ^1.16.0 # Remove this when versions of `package:test` and `shelf_web_socket` that support