dart-pad icon indicating copy to clipboard operation
dart-pad copied to clipboard

Add support for `html` package

Open ZubairDastan opened this issue 3 years ago • 3 comments

ZubairDastan avatar Feb 26 '22 06:02 ZubairDastan

Unsupported import(s): (package:html/parser.dart)

ZubairDastan avatar Feb 26 '22 06:02 ZubairDastan

Just to confirm, you are referring to https://pub.dev/packages/html correct?

domesticmouse avatar Feb 26 '22 06:02 domesticmouse

Yes

ZubairDastan avatar Feb 26 '22 06:02 ZubairDastan

@srawlins can you please explain why you gave this package a downvote? Is it known bad inside a web browser? Should we close this request outright?

domesticmouse avatar Jan 11 '23 22:01 domesticmouse

It is a soft-abandoned, soft-deprecated package. It is very old and we just haven't funded any replacement. ☹️ .

I think there is also nothing in package:html that can't be done with dart:html... maybe something like parsing a document fragment.

I would +1 to close the request.

srawlins avatar Jan 11 '23 23:01 srawlins