raylib_dartified 5.5.4 copy "raylib_dartified: ^5.5.4" to clipboard
raylib_dartified: ^5.5.4 copied to clipboard

Dart-native Raylib bindings that don't make you feel like you're writing C.

130/ 160
pub points
123
downloads

We analyzed this package 2 days 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

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.

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 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.dart that imports:
  • package:raylib_dartified/core/raylib_dartified.dart that imports:
  • package:ffi/ffi.dart that imports:
  • package:ffi/src/utf8.dart that imports:
  • dart:ffi
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 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

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

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

Weekly downloads

Display as:
By versions:
1
likes
130
points
123
downloads

Documentation

API reference

Publisher

verified publisherxyzt.cz

Weekly Downloads

Dart-native Raylib bindings that don't make you feel like you're writing C.

Repository (GitHub)
View/report issues

License

Zlib (license)

Dependencies

ffi, logging, meta, path, raylib_dartified_base

More

Packages that depend on raylib_dartified