raylib_dartified 6.0.0
raylib_dartified: ^6.0.0 copied to clipboard
Dart-native Raylib bindings that don't make you feel like you're writing C.
We analyzed this package 18 hours ago, and awarded it 90 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
7732 out of 10162 API elements (76.1 %) have documentation comments.
Some symbols that are missing documentation: abbr, abbr, abbr, abbr, abbr.
10/10 points: Package has an example
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 1661 issues. Showing the first 2:
ERROR: The name 'RaylibAudioFlatModule' isn't a type, so it can't be used as a type argument.
lib/core/lib.dart:145:20
╷
145 │ registerModule<RaylibAudioFlatModule>(RaylibAudioFlat(this));
│ ^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/core/lib.dart
ERROR: The name 'RaylibCameraFlatModule' isn't a type, so it can't be used as a type argument.
lib/core/lib.dart:148:20
╷
148 │ registerModule<RaylibCameraFlatModule>(RaylibCameraFlat(this));
│ ^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/core/lib.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.19.0 | 1.19.0 | |
path |
^1.9.1 |
1.9.1 | 1.9.1 | |
raylib_dartified_base |
^6.0.0 |
6.0.1 | 6.0.1 |
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.23.19, Dart 3.13.4.
Check the analysis log for details.