libedax4dart 0.2.0-alpha copy "libedax4dart: ^0.2.0-alpha" to clipboard
libedax4dart: ^0.2.0-alpha copied to clipboard

outdated

dart wrapper for libedax

libedax4dart #

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

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(dllDir), you can run edax commands !

Document #

Reference #


Development #

dart-channel
Dart CI Integration Test codecov

commands #

run example

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 #