stockfish_for_flutter 0.1.2 copy "stockfish_for_flutter: ^0.1.2" to clipboard
stockfish_for_flutter: ^0.1.2 copied to clipboard

The Stockfish Chess Engine for Flutter. Stockfish is a chess engine written following the UCI protocol.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add stockfish_for_flutter

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

dependencies:
  stockfish_for_flutter: ^0.1.2

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:stockfish_for_flutter/stockfish.dart';
import 'package:stockfish_for_flutter/stockfish/ffi.dart';
import 'package:stockfish_for_flutter/stockfish/stockfish_for_flutter.dart';
import 'package:stockfish_for_flutter/stockfish/stockfish_for_flutter_bindings_generated.dart';
import 'package:stockfish_for_flutter/stockfish/stockfish_state.dart';
1
likes
140
pub points
20%
popularity

Publisher

verified publisherpassion-programmation-laurentdu64.blogspot.com

The Stockfish Chess Engine for Flutter. Stockfish is a chess engine written following the UCI protocol.

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (LICENSE)

Dependencies

ffi, flutter, plugin_platform_interface

More

Packages that depend on stockfish_for_flutter