stagexl 2.2.1 stagexl: ^2.2.1 copied to clipboard
A fast and universal 2D rendering engine for HTML5 and Dart.
We analyzed this package 2 days ago, and awarded it 130 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Homepage URL is insecure.
Update the homepage
field and use a secure (https
) URL.
Documentation URL is insecure.
Update the documentation
field and use a secure (https
) URL.
0/5 points: Provide a valid README.md
Links in `README.md` should be secure. 5 links are insecure.
README.md:38:28
╷
38 │ <li>StageXL StackOverflow: <a href="http://stackoverflow.com/questions/ask?tags=stagexl">http://stackoverflow.com/questions/ask?tags=stagexl</a></li>
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
Use https
URLs instead.
0/5 points: Provide a valid CHANGELOG.md
Links in `CHANGELOG.md` should be secure. 1 link is insecure.
CHANGELOG.md:8:28
╷
8 │ <li>StageXL StackOverflow: <a href="http://stackoverflow.com/questions/ask?tags=stagexl">http://stackoverflow.com/questions/ask?tags=stagexl</a></li>
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
Use https
URLs instead.
10/10 points: Use an OSI-approved license
Detected license: BSD-2-Clause
.
10/10 points: 20% or more of the public API has dartdoc comments
688 out of 2266 API elements (30.4 %) have documentation comments.
Some symbols that are missing documentation: stagexl
, stagexl.AggregateError.errors
, stagexl.AggregateError.message
, stagexl.AlphaMaskFilter
, stagexl.AlphaMaskFilter.AlphaMaskFilter
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add 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:stagexl/stagexl.dart
that imports:package:stagexl/src/text.dart
that imports:package:stagexl/src/events.dart
that imports:dart:html
Package not compatible with platform iOS
Because:
package:stagexl/stagexl.dart
that imports:package:stagexl/src/text.dart
that imports:package:stagexl/src/events.dart
that imports:dart:html
Package not compatible with platform Windows
Because:
package:stagexl/stagexl.dart
that imports:package:stagexl/src/text.dart
that imports:package:stagexl/src/events.dart
that imports:dart:html
Package not compatible with platform Linux
Because:
package:stagexl/stagexl.dart
that imports:package:stagexl/src/text.dart
that imports:package:stagexl/src/events.dart
that imports:dart:html
Package not compatible with platform macOS
Because:
package:stagexl/stagexl.dart
that imports:package:stagexl/src/text.dart
that imports:package:stagexl/src/events.dart
that imports:dart:html
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:stagexl/stagexl.dart
that imports:package:stagexl/src/text.dart
that imports:package:stagexl/src/events.dart
that imports:dart:html
This package is not compatible with runtime wasm
, and will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
50/50 points: code has no errors, warnings, lints, or formatting issues
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
xml |
>=6.3.0 <7.0.0 |
6.5.0 | 6.5.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
collection |
- | 1.19.1 | 1.19.1 |
meta |
- | 1.16.0 | 1.16.0 |
petitparser |
- | 6.0.2 | 6.0.2 |
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.22.15
, Dart 3.5.4
.
Check the analysis log for details.