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 36 hours ago, and awarded it 135 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
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` does not contain reference to the current version ("3.0.1").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
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 137002 elements...
Initialized dartdoc with 55 libraries
Generating docs for library html_unescape.dart from package:html_unescape_xx/html_unescape.dart...
Generating docs for library html_unescape_all.dart from package:html_unescape_xx/html_unescape_all.dart...
Generating docs for library html_unescape_small.dart from package:html_unescape_xx/html_unescape_small.dart...
Documented 3 public libraries in 15.9 seconds
ERR:
warning: html_unescape has no library level documentation comments
from html_unescape: (file:///tmp/pana_SWSQUR/lib/html_unescape.dart:1:1)
error: file already written at "html_unescape/index.html"
for symbol html_unescape: (file:///tmp/pana_SWSQUR/lib/html_unescape_all.dart:1:1)
conflicting with file already generated by html_unescape: (file:///tmp/pana_SWSQUR/lib/html_unescape.dart:1:1)
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
WASM-ready: This package is compatible with runtime wasm. 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.23.10, Dart 3.11.1.
Check the analysis log for details.