libedax4dart 5.15.0 copy "libedax4dart: ^5.15.0" to clipboard
libedax4dart: ^5.15.0 copied to clipboard

Dart wrapper for libedax. With using libedax4dart, you can execute functions equivalent to edax.

4
likes
150/ 160
pub points
44%
popularity

We analyzed this package 3 days ago, and awarded it 150 pub points (of a possible 160):

partial
Follow Dart file conventions
30 / 30trigger folding of the section

10/10 points: Provide a valid pubspec.yaml

Issue tracker URL doesn't exist.

At the time of the analysis https://github.com/sensuikan1973/libedax4dart/issues was unreachable. Make sure that the website is reachable via HEAD requests.

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: GPL-3.0.

OK
Provide documentation
20 / 20trigger folding of the section

10/10 points: 20% or more of the public API has dartdoc comments

126 out of 140 API elements (90.0 %) have documentation comments.

Some symbols that are missing documentation: libedax4dart.CountBestpathResult.board, libedax4dart.CountBestpathResult.position, libedax4dart.Hint.isNoMove, libedax4dart.Hint.isPass, libedax4dart.LibEdax.edaxBookCountBestpath.

10/10 points: Package has an example

failed
Platform support
20 / 20trigger folding of the section

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:libedax4dart/libedax4dart.dart that imports:
  • package:libedax4dart/src/util.dart that imports:
  • package:libedax4dart/src/constants.dart that imports:
  • package:libedax4dart/src/ffi/bindings.dart that imports:
  • dart:ffi

0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:libedax4dart/libedax4dart.dart that imports:
  • package:libedax4dart/src/util.dart that imports:
  • package:libedax4dart/src/constants.dart that imports:
  • package:libedax4dart/src/ffi/bindings.dart that imports:
  • dart:ffi

This package is not compatible with runtime wasm, and will not be rewarded full points in a future version of the scoring model.

See https://dart.dev/web/wasm for details.

partial
Pass static analysis
40 / 50trigger folding of the section

40/50 points: code has no errors, warnings, lints, or formatting issues

Found 3 issues. Showing the first 2:

INFO: 'elementAt' is deprecated and shouldn't be used. Use operator + instead.

lib/src/position.dart:54:26

   ╷
54 │           cPosition.link.elementAt(k).ref.score,
   │                          ^^^^^^^^^
   ╵

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

INFO: 'elementAt' is deprecated and shouldn't be used. Use operator + instead.

lib/src/position.dart:55:26

   ╷
55 │           cPosition.link.elementAt(k).ref.move,
   │                          ^^^^^^^^^
   ╵

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

OK
Support up-to-date dependencies
40 / 40trigger folding of the section

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

Package Constraint Compatible Latest
ffi ^2.0.1 2.1.3 2.1.3
meta ^1.8.0 1.16.0 1.16.0

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.22.15, Dart 3.5.4.

Check the analysis log for details.

4
likes
150
pub points
44%
popularity

Publisher

verified publisherdone-sensuikan1973.com

Dart wrapper for libedax. With using libedax4dart, you can execute functions equivalent to edax.

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

ffi, meta

More

Packages that depend on libedax4dart