Skip to content

Chessever/chessever-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chessever Frontend

This is a Flutter project for the Chessever application.

Getting Started

Prerequisites

  • Flutter SDK: Make sure you have Flutter installed. You can find installation instructions here.
  • An editor like VS Code or Android Studio.

Running the Project

  1. Clone the repository:
    git clone https://github.com/Chessever/chessever-frontend
    cd chessever-frontend
  2. Get the dependencies:
    flutter pub get
  3. Run the app:
    flutter run

Generating Splash Screen

To generate or update the native splash screen for this project, run the following command in your terminal:

flutter pub run flutter_native_splash:create
flutter gen-l10n

This command uses the flutter_native_splash package configuration defined in pubspec.yaml to create splash screens for Android and iOS. And also generates localization utils.

dart run flutter_launcher_icons:generate
```bash
This command uses the `flutter_launcher_icons` package configuration defined in `pubspec.yaml`
to create app icons for Android and iOS. 


```bash
flutter pub run build_runner build --delete-conflicting-outputs

This command will generate assets using build_runner

IOS Bundle Identifier updated to : com.chessever.app

Project Knowledge

///pvs -> moves from the current position [] ///knodes -> 1000 nodes, nodes are the number of positions that the engine has looked at

About

Mono for chess tournament broadcast

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 8