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 10 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 442718 elements... Initialized dartdoc with 185 libraries Generating docs for library js.dart from package:universal_html_cpy/js.dart... Generating docs for library indexed_db.dart from package:universal_html_cpy/indexed_db.dart... Generating docs for library html.dart from package:universal_html_cpy/html.dart... Generating docs for library universal_html_cpy.dart from package:universal_html_cpy/universal_html_cpy.dart... Generating docs for library controller.dart from package:universal_html_cpy/controller.dart... [6 more lines] ERR: warning: unresolved doc reference [httpClientRequest] from _sdk_html_additions.EventSourceOutsideBrowser.onHttpClientRequest: (file:///tmp/pana_JYYOCE/lib/src/_sdk_html_additions.dart:54:7) in documentation inherited from _sdk_html_additions.EventSourceOutsideBrowser.onHttpClientRequest: (file:///tmp/pana_JYYOCE/lib/src/_sdk_html_additions.dart:54:7) warning: unresolved doc reference [httpClientResponse] from _sdk_html_additions.EventSourceOutsideBrowser.onHttpClientResponse: (file:///tmp/pana_JYYOCE/lib/src/_sdk_html_additions.dart:63:37) in documentation inherited from _sdk_html_additions.EventSourceOutsideBrowser.onHttpClientResponse: (file:///tmp/pana_JYYOCE/lib/src/_sdk_html_additions.dart:63:37) error: file already written at "universal_html_cpy/index.html" for symbol universal_html_cpy: (file:///tmp/pana_JYYOCE/lib/universal_html_cpy.dart:1:1) conflicting with file already generated by universal_html_cpy: (file:///tmp/pana_JYYOCE/lib/html.dart:1:1) Dartdoc generates a path and filename to write to for each symbol. [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.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.3, Dart 3.10.1.
Check the analysis log for details.