libedax4dart 7.55.0
SDKdartflutter
Platformandroidioswindowslinuxmacos
Dart wrapper for libedax. With using libedax4dart, you can execute functions equivalent to edax.
libedax4dart
Dart wrapper for libedax.
With using libedax4dart, you can execute functions equivalent to edax commands.
Usage
- Add
libedax4dartunderdependenciesin yourpubspec.yaml. - Add your libedax assets in the path which you like.
If you don't have yours, you can also download from here.
- (Required) dynamic library
- macos:
libedax.universal.dylib - windows:
libedax-x64.dll - linux:
libedax.so
- macos:
- (Optional) data for edax
book.dateval.dat
- With using
LibEdax, you can run edax commands !
Document
Real World Example
- pedax : Flutter Desktop app
- edax_runner : Dart native CLI app
References
- other language editions
- python edition: libedax4py
- java edition: libedax4j
- dev
- dart:ffi
- dart-lang/samples/ffi : simple sample
- dart-lang/sdk/samples/ffi : complicated sample
- Effective Dart: Documentation
- dart:ffi