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.
This commit is contained in:
parent
59cc954fc8
commit
baa56bd1b9
|
|
@ -18,7 +18,6 @@ dependencies:
|
||||||
html_unescape: ^2.0.0
|
html_unescape: ^2.0.0
|
||||||
http: ">=0.13.0 <2.0.0"
|
http: ">=0.13.0 <2.0.0"
|
||||||
image: ^4.0.15
|
image: ^4.0.15
|
||||||
js_interop: ^0.0.1
|
|
||||||
markdown: ^7.1.1
|
markdown: ^7.1.1
|
||||||
mime: ">=1.0.0 <3.0.0"
|
mime: ">=1.0.0 <3.0.0"
|
||||||
path: ^1.9.1
|
path: ^1.9.1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue