flutter_chessboard_js 0.0.2+7 copy "flutter_chessboard_js: ^0.0.2+7" to clipboard
flutter_chessboard_js: ^0.0.2+7 copied to clipboard

A chessboard widget to use with chessjs. Use chessjs for the logic of the game, and this package to display the game.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_chessboard_js

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

dependencies:
  flutter_chessboard_js: ^0.0.2+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:flutter_chessboard_js/flutter_chessboard_js.dart';
1
likes
110
pub points
0%
popularity

Publisher

verified publishercarlosalejano.app

A chessboard widget to use with chessjs. Use chessjs for the logic of the game, and this package to display the game.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

chessjs, flutter, tuple

More

Packages that depend on flutter_chessboard_js