raylib_dartified_web 5.5.2
raylib_dartified_web: ^5.5.2 copied to clipboard
Raylib for the web. WASM backend powered by Emscripten.
We analyzed this package 22 hours 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
4515 out of 7163 API elements (63.0 %) 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 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:raylib_dartified_web/raylib_dartified_web.dartthat imports:package:raylib_dartified_web/core/raylib_dartified_web.dartthat imports:dart:js_interop_unsafe
Package not compatible with platform iOS
Because:
package:raylib_dartified_web/raylib_dartified_web.dartthat imports:package:raylib_dartified_web/core/raylib_dartified_web.dartthat imports:dart:js_interop_unsafe
Package not compatible with platform Windows
Because:
package:raylib_dartified_web/raylib_dartified_web.dartthat imports:package:raylib_dartified_web/core/raylib_dartified_web.dartthat imports:dart:js_interop_unsafe
Package not compatible with platform Linux
Because:
package:raylib_dartified_web/raylib_dartified_web.dartthat imports:package:raylib_dartified_web/core/raylib_dartified_web.dartthat imports:dart:js_interop_unsafe
Package not compatible with platform macOS
Because:
package:raylib_dartified_web/raylib_dartified_web.dartthat imports:package:raylib_dartified_web/core/raylib_dartified_web.dartthat imports:dart:js_interop_unsafe
WASM-ready: This package is compatible with runtime wasm. See https://dart.dev/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 1775 issues. Showing the first 2:
INFO: The variable name 'Temp' isn't a lowerCamelCase identifier.
lib/abbr.dart:11:16
╷
11 │ 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:12:18
╷
12 │ 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 |
|---|---|---|---|---|
args |
^2.7.0 |
2.7.0 | 2.7.0 | |
meta |
^1.18.2 |
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 18 errors:
NON_ABSTRACT_CLASS_INHERITS_ABSTRACT_MEMBER-lib/core/modules/core/module_dart.dart:3:7- Missing concrete implementation of 'RaylibCoreModuleBase.LoadRandomSequence'.UNDEFINED_METHOD-lib/core/modules/core/module_dart.dart:1383:29- The method 'UnloadDirectoryFiles' isn't defined for the type 'RaylibCoreModuleDebugLabels'.UNDEFINED_CLASS-lib/core/modules/core/structs/automation_event.dart:30:3- Undefined class 'AutomationEventType'.
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.12, Dart 3.12.0.
Check the analysis log for details.