From baa56bd1b9c44e62bb67538d934121ffd1380dde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ku=C3=9Fowski?= Date: Wed, 1 Oct 2025 13:28:46 +0200 Subject: [PATCH] chore: Remove unused dependency Looks like this was a misunderstanding. We are using dart:js_interop which has nothing to do with the package on pub.dev. So we don't need it. --- pubspec.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 33377ab7..8ae9fc29 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -18,7 +18,6 @@ dependencies: html_unescape: ^2.0.0 http: ">=0.13.0 <2.0.0" image: ^4.0.15 - js_interop: ^0.0.1 markdown: ^7.1.1 mime: ">=1.0.0 <3.0.0" path: ^1.9.1