godot_dart 0.13.0
godot_dart: ^0.13.0 copied to clipboard
Dart bindings for the Godot game engine
We analyzed this package 32 hours ago, and awarded it 110 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.
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
746 out of 25103 API elements (3.0 %) 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: godot_dart.AABB, godot_dart.AABB.AABB.copy, godot_dart.AABB.AABB.copyPtr, godot_dart.AABB.AABB.fromPositionSize, godot_dart.AABB.AABB.fromVariantPtr.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package not compatible with platform Web
Because:
package:godot_dart/godot_dart.dartthat imports:package:godot_dart/src/gen/native_structures.dartthat imports:package:godot_dart/src/gen/structs/script_language_extension_profiling_info.dartthat imports:package:godot_dart/src/variant/variant.dartthat imports:package:godot_dart/src/variant/vector3.dartthat imports:package:godot_dart/src/gen/builtins.dartthat imports:package:godot_dart/src/gen/variant/packed_vector4_array.dartthat imports:package:godot_dart/src/gen/variant/vector4.dartthat imports:package:godot_dart/src/gen/variant/vector4i.dartthat imports:package:godot_dart/src/gen/global_constants.dartthat imports:package:godot_dart/src/gen/variant/string_name.dartthat imports:package:godot_dart/src/gen/variant/packed_string_array.dartthat imports:package:godot_dart/src/gen/variant/packed_byte_array.dartthat imports:package:godot_dart/src/gen/variant/packed_int64_array.dartthat imports:package:godot_dart/src/gen/variant/array.dartthat imports:package:godot_dart/src/gen/variant/packed_vector3_array.dartthat imports:package:godot_dart/src/gen/variant/string.dartthat imports:package:godot_dart/src/gen/variant/packed_float64_array.dartthat imports:package:godot_dart/src/extensions/core_extensions.dartthat imports:package:godot_dart/src/gen/utility_functions.dartthat imports:package:godot_dart/src/gen/engine_classes.dartthat imports:package:godot_dart/src/gen/classes/zip_reader.dartthat imports:package:godot_dart/src/gen/classes/ref_counted.dartthat imports:package:godot_dart/src/gen/classes/object.dartthat imports:package:godot_dart/src/variant/typed_array.dartthat imports:package:godot_dart/src/core/core.dartthat imports:package:godot_dart/src/core/type_resolver.dartthat imports:package:godot_dart/src/gen/classes/graph_edit.dartthat imports:package:godot_dart/src/variant/vector2.dartthat imports:package:godot_dart/src/core/type_info.dartthat imports:dart:ffi
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: Missing type annotation.
lib/src/gen/utility_functions.dart:1626:10
╷
1626 │ static initBindings() {
│ ^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/gen/utility_functions.dart
INFO: Dangling library doc comment.
lib/src/reloader/hot_reloader.dart:1:1
╷
1 │ /// Portions of this are taken from the hotreloader package:
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/reloader/hot_reloader.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
collection |
^1.7.1 |
1.19.1 | 1.19.1 | |
ffi |
^2.0.1 |
2.1.5 | 2.1.5 | |
meta |
^1.9.0 |
1.18.1 | 1.18.1 | |
path |
^1.8.3 |
1.9.1 | 1.9.1 | |
vm_service |
^14.0.0 |
14.3.1 | 15.0.2 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^14.0.0` on vm_service does not support the stable version `15.0.0`.
Try running dart pub upgrade --major-versions vm_service 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.9, Dart 3.10.8.
Check the analysis log for details.