html_unescape_xx 3.0.1 html_unescape_xx: ^3.0.1 copied to clipboard
[html_unescape ++] fork by [html_unescape]. A small library for un-escaping HTML. Supports all Named Character References, Decimal Character References and Hexadecimal Character References.
We analyzed this package 5 days ago, and awarded it 140 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too long.
Search engines display only the first part of the description. Try to keep the value of the description
field in your package's pubspec.yaml
file between 60 and 180 characters.
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: BSD-3-Clause
.
0/10 points: 20% or more of the public API has dartdoc comments
OUT:
Documenting html_unescape_xx...
Discovering libraries...
Linking elements...
Precaching local docs for 136470 elements...
Initialized dartdoc with 53 libraries
Generating docs for library html_unescape_all.dart from package:html_unescape_xx/html_unescape_all.dart...
Generating docs for library html_unescape.dart from package:html_unescape_xx/html_unescape.dart...
Generating docs for library html_unescape_small.dart from package:html_unescape_xx/html_unescape_small.dart...
Documented 3 public libraries in 29.6 seconds
ERR:
warning: html_unescape has no library level documentation comments
from html_unescape: (file:///tmp/pana_LQPIFR/lib/html_unescape.dart:1:9)
error: file already written at "html_unescape/index.html"
for symbol html_unescape: (file:///tmp/pana_LQPIFR/lib/html_unescape.dart:1:9)
conflicting with file already generated by html_unescape: (file:///tmp/pana_LQPIFR/lib/html_unescape_all.dart:6:9)
Dartdoc generates a path and filename to write to for each symbol.
'html_unescape' conflicts with another symbol in the generated path, and
therefore can not be written out. Changing the name, library name, or
class name (if appropriate) of one of the conflicting items can resolve
the conflict. Alternatively, use the @nodoc
directive in one symbol's
[14 more lines]
10/10 points: Package has an example
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
0/0 points: WASM compatibility
This package is compatible with runtime wasm
, and will be rewarded additional points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
50/50 points: code has no errors, warnings, lints, or formatting issues
10/10 points: All of the package dependencies are supported in the latest version
No dependencies.
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade
does not expose any static analysis error.
Analyzed with Pana 0.22.17
, Dart 3.6.0
.
Check the analysis log for details.