xsoulspace_vkplay_js 0.1.0-beta.1
xsoulspace_vkplay_js: ^0.1.0-beta.1 copied to clipboard
Generated dart:js_interop bindings and Dart wrappers for VK Play iframe API.
We analyzed this package 9 days ago, and awarded it 120 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
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.
0/10 points: 20% or more of the public API has dartdoc comments
3 out of 59 API elements (5.1 %) have documentation comments.
Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.
To highlight public API members missing documentation consider enabling the public_member_api_docs lint.
Some symbols that are missing documentation: raw.iframeApi, xsoulspace_vkplay_js.VkPlay.init, xsoulspace_vkplay_js.VkPlay.isAvailable, xsoulspace_vkplay_js.VkPlayClient, xsoulspace_vkplay_js.VkPlayClient.VkPlayClient.new.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
10/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
- ✓ Web
These platforms are not supported:
Package does not support platform `Android`.
Because:
package:xsoulspace_vkplay_js/xsoulspace_vkplay_js.dartthat declares support for platforms:Web.
Package does not support platform `iOS`.
Because:
package:xsoulspace_vkplay_js/xsoulspace_vkplay_js.dartthat declares support for platforms:Web.
Package does not support platform `Windows`.
Because:
package:xsoulspace_vkplay_js/xsoulspace_vkplay_js.dartthat declares support for platforms:Web.
Package does not support platform `Linux`.
Because:
package:xsoulspace_vkplay_js/xsoulspace_vkplay_js.dartthat declares support for platforms:Web.
Package does not support platform `macOS`.
Because:
package:xsoulspace_vkplay_js/xsoulspace_vkplay_js.dartthat declares support for platforms:Web.
WASM compatibility:
Package not compatible with runtime wasm
Because:
package:xsoulspace_vkplay_js/xsoulspace_vkplay_js.dartthat imports:package:xsoulspace_vkplay_js/src/wrapper/vkplay_web.dartthat imports:package:xsoulspace_vkplay_js/src/wrapper/vkplay_client.dartthat imports:package:xsoulspace_vkplay_js/src/wrapper/converters.dartthat imports:package:xsoulspace_vkplay_js/src/raw/vkplay_raw_shared.dartthat imports:dart:js_util
Note: This package supports Web but is not WASM-compatible, resulting in a partial score. See https://dart.cn/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: 'dart:js_util' is deprecated and shouldn't be used. Use dart:js_interop instead.
lib/src/raw/vkplay_raw_shared.dart:5:1
╷
5 │ import 'dart:js_util' as js_util;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/raw/vkplay_raw_shared.dart
INFO: 'dart:js_util' is deprecated and shouldn't be used. Use dart:js_interop instead.
lib/src/wrapper/converters.dart:3:1
╷
3 │ import 'dart:js_util' as js_util;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/wrapper/converters.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
meta |
^1.16.0 |
1.19.0 | 1.19.0 |
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.1.
Check the analysis log for details.