godot_dart 0.10.0
godot_dart: ^0.10.0 copied to clipboard
Dart bindings for the Godot game engine
We analyzed this package 4 days ago, and awarded it 100 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 25095 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.dart
that imports:package:godot_dart/src/gen/native_structures.dart
that imports:package:godot_dart/src/gen/structs/script_language_extension_profiling_info.dart
that imports:package:godot_dart/src/variant/variant.dart
that imports:package:godot_dart/src/variant/vector3.dart
that imports:package:godot_dart/src/gen/builtins.dart
that imports:package:godot_dart/src/gen/variant/packed_vector4_array.dart
that imports:package:godot_dart/src/gen/variant/vector4.dart
that imports:package:godot_dart/src/gen/variant/vector4i.dart
that imports:package:godot_dart/src/gen/global_constants.dart
that imports:package:godot_dart/src/gen/variant/string_name.dart
that imports:package:godot_dart/src/gen/variant/packed_string_array.dart
that imports:package:godot_dart/src/gen/variant/packed_byte_array.dart
that imports:package:godot_dart/src/gen/variant/packed_int64_array.dart
that imports:package:godot_dart/src/gen/variant/array.dart
that imports:package:godot_dart/src/gen/variant/packed_vector3_array.dart
that imports:package:godot_dart/src/gen/variant/string.dart
that imports:package:godot_dart/src/gen/variant/packed_float64_array.dart
that imports:package:godot_dart/src/extensions/core_extensions.dart
that imports:package:godot_dart/src/gen/utility_functions.dart
that imports:package:godot_dart/src/gen/engine_classes.dart
that imports:package:godot_dart/src/gen/classes/zip_reader.dart
that imports:package:godot_dart/src/gen/classes/ref_counted.dart
that imports:package:godot_dart/src/gen/classes/object.dart
that imports:package:godot_dart/src/variant/typed_array.dart
that imports:package:godot_dart/src/core/core.dart
that imports:package:godot_dart/src/core/type_resolver.dart
that imports:package:godot_dart/src/gen/classes/graph_edit.dart
that imports:package:godot_dart/src/variant/vector2.dart
that imports:package:godot_dart/src/core/type_info.dart
that imports:dart:ffi
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:godot_dart/godot_dart.dart
that imports:package:godot_dart/src/gen/native_structures.dart
that imports:package:godot_dart/src/gen/structs/script_language_extension_profiling_info.dart
that imports:package:godot_dart/src/variant/variant.dart
that imports:package:godot_dart/src/variant/vector3.dart
that imports:package:godot_dart/src/gen/builtins.dart
that imports:package:godot_dart/src/gen/variant/packed_vector4_array.dart
that imports:package:godot_dart/src/gen/variant/vector4.dart
that imports:package:godot_dart/src/gen/variant/vector4i.dart
that imports:package:godot_dart/src/gen/global_constants.dart
that imports:package:godot_dart/src/gen/variant/string_name.dart
that imports:package:godot_dart/src/gen/variant/packed_string_array.dart
that imports:package:godot_dart/src/gen/variant/packed_byte_array.dart
that imports:package:godot_dart/src/gen/variant/packed_int64_array.dart
that imports:package:godot_dart/src/gen/variant/array.dart
that imports:package:godot_dart/src/gen/variant/packed_vector3_array.dart
that imports:package:godot_dart/src/gen/variant/string.dart
that imports:package:godot_dart/src/gen/variant/packed_float64_array.dart
that imports:package:godot_dart/src/extensions/core_extensions.dart
that imports:package:godot_dart/src/gen/utility_functions.dart
that imports:package:godot_dart/src/gen/engine_classes.dart
that imports:package:godot_dart/src/gen/classes/zip_reader.dart
that imports:package:godot_dart/src/gen/classes/ref_counted.dart
that imports:package:godot_dart/src/gen/classes/object.dart
that imports:package:godot_dart/src/variant/typed_array.dart
that imports:package:godot_dart/src/core/core.dart
that imports:package:godot_dart/src/core/type_resolver.dart
that imports:package:godot_dart/src/gen/classes/graph_edit.dart
that imports:package:godot_dart/src/variant/vector2.dart
that imports:package:godot_dart/src/core/type_info.dart
that imports:dart:ffi
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 971 issues. Showing the first 2:
WARNING: The member 'variantPtrToDart' can't be exported as a part of a package's public API.
lib/godot_dart.dart:16:1
╷
16 │ export 'src/core/godot_dart_native_bridge.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/godot_dart.dart
INFO: The import of '../core/godot_dart_native_bridge.dart' is unnecessary because all of the used elements are also provided by the import of '../../godot_dart.dart'.
lib/src/extensions/async_extensions.dart:4:8
╷
4 │ import '../core/godot_dart_native_bridge.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/extensions/async_extensions.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.4 | 2.1.4 | |
meta |
^1.9.0 |
1.17.0 | 1.17.0 | |
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.22.24
, Dart 3.9.4
.
Check the analysis log for details.