pikafish_engine 1.0.5 copy "pikafish_engine: ^1.0.5" to clipboard
pikafish_engine: ^1.0.5 copied to clipboard

PlatformiOS

The Flutter plugin for PIKAFISH (base on Stockfish), A well-known Chinese chess open source engine.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add pikafish_engine

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  pikafish_engine: ^1.0.5

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:pikafish_engine/pikafish_engine.dart';
1
likes
140
points
66
downloads

Publisher

unverified uploader

Weekly Downloads

The Flutter plugin for PIKAFISH (base on Stockfish), A well-known Chinese chess open source engine.

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

ffi, flutter, logging

More

Packages that depend on pikafish_engine

Packages that implement pikafish_engine