pikafish_engine 1.0.5
pikafish_engine: ^1.0.5 copied to clipboard
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_engineThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
pikafish_engine: ^1.0.5Alternatively, 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';