raylib_dartified_web 5.5.2 copy "raylib_dartified_web: ^5.5.2" to clipboard
raylib_dartified_web: ^5.5.2 copied to clipboard

Platformweb

Raylib for the web. WASM backend powered by Emscripten.

130/ 160
pub points
96
downloads

We analyzed this package 22 hours ago, and awarded it 130 pub points (of a possible 160):

Passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Passed check 10/10 points: Provide a valid pubspec.yaml

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: Zlib.

Passed report section
Provide documentation
20 / 20trigger folding of the section

Passed check 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.

Passed check 10/10 points: Package has an example

Passed report section
Platform support
20 / 20trigger folding of the section

Passed check 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.dart that imports:
  • package:raylib_dartified_web/core/raylib_dartified_web.dart that imports:
  • dart:js_interop_unsafe
Package not compatible with platform iOS

Because:

  • package:raylib_dartified_web/raylib_dartified_web.dart that imports:
  • package:raylib_dartified_web/core/raylib_dartified_web.dart that imports:
  • dart:js_interop_unsafe
Package not compatible with platform Windows

Because:

  • package:raylib_dartified_web/raylib_dartified_web.dart that imports:
  • package:raylib_dartified_web/core/raylib_dartified_web.dart that imports:
  • dart:js_interop_unsafe
Package not compatible with platform Linux

Because:

  • package:raylib_dartified_web/raylib_dartified_web.dart that imports:
  • package:raylib_dartified_web/core/raylib_dartified_web.dart that imports:
  • dart:js_interop_unsafe
Package not compatible with platform macOS

Because:

  • package:raylib_dartified_web/raylib_dartified_web.dart that imports:
  • package:raylib_dartified_web/core/raylib_dartified_web.dart that imports:
  • dart:js_interop_unsafe

WASM-ready: This package is compatible with runtime wasm. See https://dart.dev/web/wasm for details.

Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 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

Failed report section
Support up-to-date dependencies
20 / 40trigger folding of the section

Passed check 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.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Failed check 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.

Weekly downloads

Display as:
By versions:
0
likes
130
points
96
downloads

Documentation

API reference

Publisher

verified publisherxyzt.cz

Weekly Downloads

Raylib for the web. WASM backend powered by Emscripten.

Repository (GitHub)
View/report issues

License

Zlib (license)

Dependencies

args, meta, path, raylib_dartified_base

More

Packages that depend on raylib_dartified_web