chronosgl 4.1.3
chronosgl: ^4.1.3 copied to clipboard
A simple WebGL2 engine written in Dart
We analyzed this package 6 days ago, and awarded it 90 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.
0/5 points: Provide a valid README.md
Links in `README.md` should be secure. 1 link is insecure.
README.md:26:5
╷
26 │ <li><a href="http://chronosteam.github.io/ChronosGL/Examples/">Live Examples</a></li>
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
Use https
URLs instead.
Links in `README.md` should be secure. 2 image links are insecure.
README.md:2:1
╷
2 │ <img src="http://i.imgur.com/JkaU6LF.png" style="width: 600px;"/>
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
Use https
URLs instead.
0/5 points: Provide a valid CHANGELOG.md
No `CHANGELOG.md` found.
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
10/10 points: Use an OSI-approved license
Detected license: MIT
.
0/10 points: 20% or more of the public API has dartdoc comments
51 out of 1446 API elements (3.5 %) 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: chronosgl
, chronosgl.AnimatedSkeleton.AnimatedSkeleton.new
, chronosgl.AnimatedSkeleton.globalTransforms
, chronosgl.AnimatedSkeleton.skinningTransforms
, chronosgl.BACKX
.
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:chronosgl/chronosgl.dart
that imports:package:chronosgl/src/scene/lib.dart
that imports:package:chronosgl/src/core/lib.dart
that imports:dart:web_gl
Package not compatible with platform iOS
Because:
package:chronosgl/chronosgl.dart
that imports:package:chronosgl/src/scene/lib.dart
that imports:package:chronosgl/src/core/lib.dart
that imports:dart:web_gl
Package not compatible with platform Windows
Because:
package:chronosgl/chronosgl.dart
that imports:package:chronosgl/src/scene/lib.dart
that imports:package:chronosgl/src/core/lib.dart
that imports:dart:web_gl
Package not compatible with platform Linux
Because:
package:chronosgl/chronosgl.dart
that imports:package:chronosgl/src/scene/lib.dart
that imports:package:chronosgl/src/core/lib.dart
that imports:dart:web_gl
Package not compatible with platform macOS
Because:
package:chronosgl/chronosgl.dart
that imports:package:chronosgl/src/scene/lib.dart
that imports:package:chronosgl/src/core/lib.dart
that imports:dart:web_gl
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:chronosgl/chronosgl.dart
that imports:package:chronosgl/src/scene/lib.dart
that imports:package:chronosgl/src/core/lib.dart
that imports:dart:web_gl
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.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 475 issues. Showing the first 2:
WARNING: The operand can't be 'null', so the condition is always 'true'.
lib/src/core/chronosgl.dart:30:14
╷
30 │ if (result != null && result == false) {
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/core/chronosgl.dart
WARNING: The operand can't be 'null', so the condition is always 'false'.
lib/src/core/chronosgl.dart:385:13
╷
385 │ if (ext == null) {
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/core/chronosgl.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
js_interop |
^0.0.1 |
0.0.1 | 0.0.1 | |
vector_math |
^2.1.4 |
2.1.4 | 2.1.4 | |
web |
^0.5.1 |
0.5.1 | 1.1.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
js |
- | 0.6.7 | 0.7.2 | Discontinued |
meta |
- | 1.16.0 | 1.16.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^0.5.1` on web does not support the stable version `1.0.0`.
Try running dart pub upgrade --major-versions web
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.22.20
, Dart 3.7.2
.
Check the analysis log for details.