raylib_dart 6.0.2 copy "raylib_dart: ^6.0.2" to clipboard
raylib_dart: ^6.0.2 copied to clipboard

FFI bindings for raylib, a simple and easy-to-use library for creating games and multimedia applications with Dart.

140/ 160
pub points
168
downloads

We analyzed this package 5 days ago, and awarded it 140 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: MIT.

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

1080 out of 3692 API elements (29.3 %) have documentation comments.

Some symbols that are missing documentation: modern, modern.Camera2DExt, modern.Camera2DExt.using, modern.Camera3DExt, modern.Camera3DExt.update.

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_dart/raylib_dart.dart that imports:
  • package:raylib_dart/src/audio.g.dart that imports:
  • package:raylib_dart/src/structs.dart that imports:
  • package:raylib_dart/src/raylib_const.dart that imports:
  • package:raylib_dart/src/raylib_const.g.dart that imports:
  • dart:ffi
Failed report section
Pass static analysis
30 / 50trigger folding of the section

Failed check 30/50 points: code has no errors, warnings, lints, or formatting issues

Found 18 issues. Showing the first 2:

WARNING: The library 'package:raylib_dart/src/raylib.g.dart' doesn't export a member with the shown name 'rlLoadComputeShaderProgram'.

lib/rlgl.dart:182:33

    ╷
182 │ export 'src/raylib.g.dart' show rlLoadComputeShaderProgram;
    │                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/rlgl.dart

WARNING: Unused import: 'dart:typed_data'.

lib/src/audio.g.dart:5:8

  ╷
5 │ import 'dart:typed_data';
  │        ^^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/audio.g.dart

Partially passed report section
Support up-to-date dependencies
40 / 40trigger folding of the section

Partially passed check 10/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
cdart ^0.0.3 0.0.3 0.0.3
code_assets ^1.0.0 1.0.0 1.2.1
ffi ^2.1.4 2.2.0 2.2.0
hooks ^1.0.0 1.0.3 2.0.2
image ^4.5.4 4.9.1 4.9.1
logging ^1.3.0 1.3.0 1.3.0
meta ^1.17.0 1.18.3 1.18.3
native_toolchain_xmake ^0.0.1 0.0.1 0.0.1
vector_math ^2.2.0 2.4.0 2.4.0
Transitive dependencies
Package Constraint Compatible Latest Notes
archive - 4.0.9 4.0.9
collection - 1.19.1 1.19.1
crypto - 3.0.7 3.0.7
path - 1.9.1 1.9.1
petitparser - 7.0.2 7.0.2
posix - 6.5.0 6.5.0
pub_semver - 2.2.0 2.2.0
record_use - 0.6.0 0.6.0
source_span - 1.10.2 1.10.2
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
xml - 7.0.1 7.0.1
yaml - 3.1.3 3.1.3

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

The constraint `^1.0.0` on hooks does not support the stable version `2.0.0`, that was published 24 days ago.

When hooks is 30 days old, this package will no longer be awarded points in this category.

Try running dart pub upgrade --major-versions hooks to update the constraint.

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

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.23.12, Dart 3.12.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1
likes
140
points
168
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

FFI bindings for raylib, a simple and easy-to-use library for creating games and multimedia applications with Dart.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

cdart, code_assets, ffi, hooks, image, logging, meta, native_toolchain_xmake, vector_math

More

Packages that depend on raylib_dart