From d745a6edbd7cacb562c988cccf4a81305cd40012 Mon Sep 17 00:00:00 2001 From: sean Date: Mon, 9 Jan 2023 18:01:08 +0100 Subject: [PATCH] Fix: Remove unused jwt_decoder dependency --- pubspec.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 1f4325b..328cf3a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -13,7 +13,6 @@ dependencies: collection: ^1.16.0 http: ^0.13.4 path: ^1.8.1 - jwt_decoder: ^2.0.1 dev_dependencies: lints: ^1.0.1 test: ^1.21.1