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 6 days ago, and awarded it 120 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 438699 elements...
Initialized dartdoc with 184 libraries
Generating docs for library indexed_db.dart from package:universal_html_cpy/indexed_db.dart...
Generating docs for library web_audio.dart from package:universal_html_cpy/web_audio.dart...
Generating docs for library svg.dart from package:universal_html_cpy/svg.dart...
Generating docs for library universal_html_cpy.dart from package:universal_html_cpy/universal_html_cpy.dart...
Generating docs for library js.dart from package:universal_html_cpy/js.dart...
[6 more lines]
ERR:
error: file already written at "universal_html_cpy/index.html"
for symbol universal_html_cpy: (file:///tmp/pana_GFBHNL/lib/html.dart:1:1)
conflicting with file already generated by universal_html_cpy: (file:///tmp/pana_GFBHNL/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
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.cn/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 185 issues. Showing the first 2:
INFO: 'dart:html' is deprecated and shouldn't be used. Use package:web and dart:js_interop instead.
lib/src/_sdk/html.dart:32:1
╷
32 │ export 'dart:html';
│ ^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/_sdk/html.dart
INFO: 'dart:indexed_db' is deprecated and shouldn't be used. Use package:web and dart:js_interop instead.
lib/src/_sdk/indexed_db.dart:32:1
╷
32 │ export 'dart:indexed_db';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/_sdk/indexed_db.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.17.0 | 1.17.0 | |
source_span |
^1.8.0 |
1.10.1 | 1.10.1 | |
typed_data |
^1.3.0 |
1.4.0 | 1.4.0 | |
universal_io |
^2.2.0 |
2.2.2 | 2.2.2 |
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.22.23
, Dart 3.9.3
.
Check the analysis log for details.