chess_interface 1.1.6 copy "chess_interface: ^1.1.6" to clipboard
chess_interface: ^1.1.6 copied to clipboard

A chess interface for the chess engine with all basic functionalities like move, undo, redo, etc. and a chess board widget with custom themes.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add chess_interface

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

dependencies:
  chess_interface: ^1.1.6

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:chess_interface/arbiter/flutter_arbiter.dart';
import 'package:chess_interface/chess_board_widget.dart';
import 'package:chess_interface/chess_interface_dart.dart';
import 'package:chess_interface/env.dart';
import 'package:chess_interface/extensions/chess_piece.dart';
import 'package:chess_interface/extensions/color.dart';
import 'package:chess_interface/extensions/piece_color.dart';
import 'package:chess_interface/models/board_theme_config.dart';
import 'package:chess_interface/providers/chess_board_provider.dart';
2
likes
150
points
135
downloads

Publisher

verified publisherdilipyadav.xyz

Weekly Downloads

A chess interface for the chess engine with all basic functionalities like move, undo, redo, etc. and a chess board widget with custom themes.

Repository
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

chess_interface_dart, flutter, gradient_circular_progress_indicator, provider

More

Packages that depend on chess_interface