libedax4dart 0.5.0-beta.2 copy "libedax4dart: ^0.5.0-beta.2" to clipboard
libedax4dart: ^0.5.0-beta.2 copied to clipboard

outdated

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

libedax4dart #

dart-channel

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

Usage #

  1. Add libedax4dart under dependencies in your pubspec.yaml.
  2. Add your libedax assets in the path which you like.
    If you don't have yours, you can also download here.
  • (Required) dynamic library
    • macos: libedax.dylib
    • windows: libedax-x64.dll
    • linux: libedax.so
  • (Optional) data for edax
    • book.dat
    • eval.dat
  1. With using LibEdax, you can run edax commands !

Document #

Reference #


Development #

Dart CI Integration Test codecov

commands #

run example

cd example && pub get && cd ..
dart example/example.dart

format

dart format --fix -l 120 .

test

pub run test .

analyze

dart analyze .

document

dartdoc && open doc/api/index.html

reference #

4
likes
0
pub points
42%
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

License

unknown (LICENSE)

Dependencies

ffi, meta

More

Packages that depend on libedax4dart