universal_html_cpy 1.0.1 copy "universal_html_cpy: ^1.0.1" to clipboard
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.

120/ 160
pub points
56
downloads

We analyzed this package 6 days ago, and awarded it 120 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
20 / 30trigger folding of the section

Partially passed check 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.

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Failed check 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.

Failed report section
Provide documentation
10 / 20trigger folding of the section

Failed check 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]

Passed check 10/10 points: Package has an example

Passed report section
Platform support
20 / 20trigger folding of the section

Passed check 20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

Passed check 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.

Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 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

Failed report section
Support up-to-date dependencies
30 / 40trigger folding of the section

Failed check 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.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 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.

Weekly downloads

Display as:
By versions:
3
likes
120
points
56
downloads

Publisher

unverified uploader

Weekly Downloads

A 'dart:html' that works in all platforms, including Flutter and server-side. Eases cross-platform development and HTML / XML processing.

Repository (GitHub)

Documentation

API reference

License

unknown (license)

Dependencies

async, charcode, collection, csslib, html, meta, source_span, typed_data, universal_io

More

Packages that depend on universal_html_cpy