From 324d932cb3727d7c56e8fa18d0d044b7437fc944 Mon Sep 17 00:00:00 2001 From: Brian Quinlan Date: Mon, 6 May 2024 13:01:43 -0700 Subject: [PATCH] Make shelf_web_socket a dev dependency (#353) --- 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