chessjs 0.0.1+7 copy "chessjs: ^0.0.1+7" to clipboard
chessjs: ^0.0.1+7 copied to clipboard

Null-safety, refactored dart version of chess.js. This is only the logic for chess games.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add chessjs

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

dependencies:
  chessjs: ^0.0.1+7

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:chessjs/chessjs.dart';
2
likes
90
pub points
3%
popularity

Publisher

verified publishercarlosalejano.app

Null-safety, refactored dart version of chess.js. This is only the logic for chess games.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

benchmark_harness, flutter

More

Packages that depend on chessjs