This is a Flutter project for the Chessever application.
- Flutter SDK: Make sure you have Flutter installed. You can find installation instructions here.
- An editor like VS Code or Android Studio.
- Clone the repository:
git clone https://github.com/Chessever/chessever-frontend cd chessever-frontend - Get the dependencies:
flutter pub get
- Run the app:
flutter run
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-l10nThis 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-outputsThis command will generate assets using build_runner
IOS Bundle Identifier updated to : com.chessever.app
///pvs -> moves from the current position [] ///knodes -> 1000 nodes, nodes are the number of positions that the engine has looked at