webxr 0.1.0
webxr: ^0.1.0 copied to clipboard
Dart bindings for WebXR APIs.
We analyzed this package 2 days ago, and awarded it 140 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description field of pubspec.yaml. Use 50 to 180 characters to describe the package, what it does, and its target use case.
Repository URL doesn't exist.
At the time of the analysis https://github.com/your-username/webxr 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
10/10 points: Use an OSI-approved license
Detected license: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
556 out of 627 API elements (88.7 %) have documentation comments.
Some symbols that are missing documentation: webxr, webxr.EventListenerOrEventListenerObject, webxr.Gamepad.Gamepad.$, webxr.GamepadHapticActuator.GamepadHapticActuator.$, webxr.GlobalEventHandlers.GlobalEventHandlers.$.
10/10 points: Package has an example
20/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
- ✓ Web
These platforms are not supported:
Package not compatible with platform Android
Because:
package:webxr/webxr.dartthat imports:package:webxr/src/webxr.dartthat imports:package:es2023/es2023.dartthat imports:package:es2023/es2023_intl.dartthat imports:dart:js_interop
Package not compatible with platform iOS
Because:
package:webxr/webxr.dartthat imports:package:webxr/src/webxr.dartthat imports:package:es2023/es2023.dartthat imports:package:es2023/es2023_intl.dartthat imports:dart:js_interop
Package not compatible with platform Windows
Because:
package:webxr/webxr.dartthat imports:package:webxr/src/webxr.dartthat imports:package:es2023/es2023.dartthat imports:package:es2023/es2023_intl.dartthat imports:dart:js_interop
Package not compatible with platform Linux
Because:
package:webxr/webxr.dartthat imports:package:webxr/src/webxr.dartthat imports:package:es2023/es2023.dartthat imports:package:es2023/es2023_intl.dartthat imports:dart:js_interop
Package not compatible with platform macOS
Because:
package:webxr/webxr.dartthat imports:package:webxr/src/webxr.dartthat imports:package:es2023/es2023.dartthat imports:package:es2023/es2023_intl.dartthat imports:dart:js_interop
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
/tmp/pana_WJFFSI/lib/src/webxr.dart doesn't match the Dart formatter.
To format your files run: dart format .
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
es2023 |
^0.1.0 |
0.1.0 | 0.2.0 | |
web |
^1.1.0 |
1.1.1 | 1.1.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^0.1.0` on es2023 does not support the stable version `0.2.0`, that was published 0 days ago.
When es2023 is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions es2023 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.1, Dart 3.9.4.
Check the analysis log for details.