universal_html_cpy 1.0.1
universal_html_cpy: ^1.0.1 copied to clipboard
A 'dart:html' that works in all platforms, including Flutter and server-side. Eases cross-platform development and HTML / XML processing.
We analyzed this package 20 hours ago, and awarded it 110 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Homepage URL doesn't exist.
At the time of the analysis https://github.com/dint-dev/universal_html_cpy was unreachable. Make sure that the website is reachable via HEAD requests.
Repository URL doesn't exist.
At the time of the analysis https://github.com/dint-dev/universal_html_cpy was unreachable. Make sure that the website is reachable via HEAD requests.
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
0/10 points: Use an OSI-approved license
No license was recognized.
Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.
0/10 points: 20% or more of the public API has dartdoc comments
OUT:
Documenting universal_html_cpy...
Discovering libraries...
Linking elements...
Precaching local docs for 442874 elements...
Initialized dartdoc with 186 libraries
Generating docs for library universal_html_cpy.dart from package:universal_html_cpy/universal_html_cpy.dart...
Generating docs for library parsing.dart from package:universal_html_cpy/parsing.dart...
Generating docs for library indexed_db.dart from package:universal_html_cpy/indexed_db.dart...
Generating docs for library js.dart from package:universal_html_cpy/js.dart...
Generating docs for library html.dart from package:universal_html_cpy/html.dart...
[6 more lines]
ERR:
error: file already written at "universal_html_cpy/index.html"
for symbol universal_html_cpy: (file:///tmp/pana_INSDFC/lib/html.dart:1:1)
conflicting with file already generated by universal_html_cpy: (file:///tmp/pana_INSDFC/lib/universal_html_cpy.dart:1:1)
Dartdoc generates a path and filename to write to for each symbol.
'universal_html_cpy' 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 documentation comment to hide it.
error: file already written at "universal_html_cpy/universal_html_cpy-library.html"
[18 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.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 188 issues. Showing the first 2:
WARNING: The annotation 'visibleForTesting' can only be used on constructors, enum values, extension types, extensions, fields, getters, methods, parameters, setters, top-level functions, top-level variables, typedefs, or types (classes, enums, mixins, or typedefs).
lib/src/js.dart:46:2
╷
46 │ @visibleForTesting
│ ^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/js.dart
WARNING: The annotation 'visibleForTesting' can only be used on constructors, enum values, extension types, extensions, fields, getters, methods, parameters, setters, top-level functions, top-level variables, typedefs, or types (classes, enums, mixins, or typedefs).
lib/src/js_util.dart:46:2
╷
46 │ @visibleForTesting
│ ^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/js_util.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
^2.5.0 |
2.13.0 | 2.13.0 | |
charcode |
^1.2.0 |
1.4.0 | 1.4.0 | |
collection |
^1.15.0 |
1.19.1 | 1.19.1 | |
csslib |
^0.17.0 |
0.17.3 | 1.0.2 | |
html |
^0.15.0 |
0.15.4 | 0.15.6 | |
meta |
^1.3.0 |
1.18.1 | 1.18.1 | |
source_span |
^1.8.0 |
1.10.2 | 1.10.2 | |
typed_data |
^1.3.0 |
1.4.0 | 1.4.0 | |
universal_io |
^2.2.0 |
2.3.1 | 2.3.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
path |
- | 1.9.1 | 1.9.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^0.17.0` on csslib does not support the stable version `1.0.0`.
Try running dart pub upgrade --major-versions csslib to update the constraint.
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.