From 4c538ef2c8a8ce2e6313ac878477abe304586973 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klaudio=20Ku=C3=A7aj?= <78809795+klkucaj@users.noreply.github.com> Date: Mon, 16 Dec 2024 14:38:04 +0100 Subject: [PATCH] chore: Remove unused dependencies (#14) --- pubspec.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 5151ddc..ba445d1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -13,14 +13,11 @@ dependencies: path: ^1.8.2 stack_trace: ^1.10.0 stream_channel: ^2.1.1 - http_methods: ^1.1.1 mime: ^1.0.6 convert: ^3.1.1 - meta: ^1.8.0 dev_dependencies: dart_flutter_team_lints: ^3.0.0 http: '>=1.0.0 <2.0.0' test: ^1.24.2 - test_descriptor: ^2.0.1 - + test_descriptor: ^2.0.1 \ No newline at end of file