A chess client written in Flutter
Go to file
Marco aaaf40bb2b Remove a redundant call to ChessBloc that caused the position to be renewed twice.
Fix a index error (Column started with 0 while rows started with 1).
2022-12-18 23:43:06 +01:00
android Initial commit. Board builds but without pieces and logic. 2022-11-12 22:55:45 +01:00
assets Add assets. 2022-11-13 01:02:56 +01:00
ios Initial commit. Board builds but without pieces and logic. 2022-11-12 22:55:45 +01:00
lib Remove a redundant call to ChessBloc that caused the position to be renewed twice. 2022-12-18 23:43:06 +01:00
linux Initial commit. Board builds but without pieces and logic. 2022-11-12 22:55:45 +01:00
macos Initial commit. Board builds but without pieces and logic. 2022-11-12 22:55:45 +01:00
test Initial commit. Board builds but without pieces and logic. 2022-11-12 22:55:45 +01:00
web Initial commit. Board builds but without pieces and logic. 2022-11-12 22:55:45 +01:00
windows Initial commit. Board builds but without pieces and logic. 2022-11-12 22:55:45 +01:00
.gitignore Initial commit. Board builds but without pieces and logic. 2022-11-12 22:55:45 +01:00
.metadata Initial commit. Board builds but without pieces and logic. 2022-11-12 22:55:45 +01:00
analysis_options.yaml Initial commit. Board builds but without pieces and logic. 2022-11-12 22:55:45 +01:00
pubspec.lock pubspec.lock 2022-12-13 03:36:39 +01:00
pubspec.yaml Adding dependency to web_socket_channel 2022-11-13 14:25:18 +01:00
README.md Initial commit. Board builds but without pieces and logic. 2022-11-12 22:55:45 +01:00

mchess

A new Flutter project.

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.