t_html_parser 1.5.0
t_html_parser: ^1.5.0 copied to clipboard
html package ကိုပဲ utils class ထပ်ထည့်ထားခြင်း။
We analyzed this package 1 hour ago, and awarded it 80 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description field of pubspec.yaml. Use 50 to 180 characters to describe the package, what it does, and its target use case.
The package description contains too many non-ASCII characters.
The site uses English as its primary language. The content of the description field in your package's pubspec.yaml should primarily contain characters used in English.
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: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
125 out of 267 API elements (46.8 %) have documentation comments.
Some symbols that are missing documentation: attributes, attributes.Attribute, attributes.Attribute.Attribute.fromHtml, attributes.Attribute.Attribute.new, attributes.Attribute.attribute.
10/10 points: Package has an example
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 7 issues. Showing the first 2:
ERROR: A value of type 'String? Function({bool convertBRsToNewlines})' can't be assigned to a variable of type 'String?'.
lib/core/q_result/query_result.dart:55:20
╷
55 │ result = ele.textContent;
│ ^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/core/q_result/query_result.dart
ERROR: A value of type 'String? Function({bool convertBRsToNewlines})' can't be assigned to a variable of type 'String?'.
lib/core/q_result/query_result.dart:93:16
╷
93 │ result = ele.textContent;
│ ^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/core/q_result/query_result.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
html |
^0.15.6 |
0.15.7 | 0.15.7 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
collection |
- | 1.19.1 | 1.19.1 | |
csslib |
- | 1.0.2 | 1.0.2 | |
path |
- | 1.9.1 | 1.9.1 | |
source_span |
- | 1.10.2 | 1.10.2 | |
term_glyph |
- | 1.2.2 | 1.2.2 |
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.19, Dart 3.13.4.
Check the analysis log for details.