raylib_dartified 5.5.4
raylib_dartified: ^5.5.4 copied to clipboard
Dart-native Raylib bindings that don't make you feel like you're writing C.
We analyzed this package 2 days ago, and awarded it 130 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
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: Zlib.
10/10 points: 20% or more of the public API has dartdoc comments
4606 out of 7514 API elements (61.3 %) have documentation comments.
Some symbols that are missing documentation: abbr, abbr.Audio, abbr.AudioD, abbr.Camera, abbr.CameraD.
10/10 points: Package has 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:raylib_dartified/abbr.dartthat imports:package:raylib_dartified/core/raylib_dartified.dartthat imports:package:ffi/ffi.dartthat imports:package:ffi/src/utf8.dartthat imports:dart:ffi
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 3040 issues. Showing the first 2:
INFO: The variable name 'Temp' isn't a lowerCamelCase identifier.
lib/abbr.dart:12:16
╷
12 │ RaylibTemp get Temp => Raylib.instance.Temp;
│ ^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/abbr.dart
INFO: The variable name 'Color' isn't a lowerCamelCase identifier.
lib/abbr.dart:13:18
╷
13 │ RaylibColors get Color => Raylib.instance.Color;
│ ^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/abbr.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
ffi |
^2.2.0 |
2.2.0 | 2.2.0 | |
logging |
^1.3.0 |
1.3.0 | 1.3.0 | |
meta |
^1.17.0 |
1.18.3 | 1.18.3 | |
path |
^1.9.1 |
1.9.1 | 1.9.1 | |
raylib_dartified_base |
>=5.5.0 <6.0.0 |
5.5.3 | 5.5.3 |
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
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 21 errors:
NON_ABSTRACT_CLASS_INHERITS_ABSTRACT_MEMBER-lib/core/modules/dart/core/module.dart:3:7- Missing concrete implementation of 'RaylibCoreModuleBase.LoadRandomSequence'.UNDEFINED_METHOD-lib/core/modules/dart/core/module.dart:1270:29- The method 'UnloadDirectoryFiles' isn't defined for the type 'RaylibCoreModuleDebugLabels'.UNDEFINED_GETTER-lib/core/modules/dart/core/structs/automation_event.dart:23:19- The getter 'value' isn't defined for the type 'int'.
Run dart pub downgrade and then dart analyze to reproduce the above problem.
You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.23.14, Dart 3.12.2.
Check the analysis log for details.