dependabot[bot] 9975a65340 Bump js-yaml from 4.1.0 to 4.1.1 in /scripts (#2366)
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.0 to 4.1.1.
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/4.1.0...4.1.1)

---
updated-dependencies:
- dependency-name: js-yaml
  dependency-version: 4.1.1
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-17 10:30:11 +01:00
2025-11-13 14:01:33 +01:00
2025-11-03 18:26:27 +01:00
2025-06-05 09:38:12 +02:00
2025-11-13 13:02:26 +01:00
2025-09-10 11:08:18 -08:00
2024-05-13 14:06:57 +02:00
2024-09-14 14:56:49 -07:00
2025-09-10 11:08:18 -08:00
2025-06-16 08:32:12 +02:00
2025-08-15 18:25:42 -04:00
2022-05-01 12:26:51 +02:00
2022-11-03 15:38:36 +01:00
2025-11-13 12:39:03 +01:00
2025-11-14 12:10:31 +01:00

Lichess Mobile

Second iteration of the Lichess mobile app.

How to contribute

Contributions to this project are welcome!

If you want to contribute, please read the contributing guide.

Setup

tl;dr: Install Flutter, clone the repo, run in order:

  • flutter pub get
  • dart run build_runner watch
  • flutter analyze --watch,

and you're ready to code!

See the dev environment docs for detailed instructions.

Running the app

To run the app, you can use the following command:

# if not already done, run the code generation
dart run build_runner build

# run the app on all available devices
flutter run -d all

Running tests

To run the tests, you can use the following command:

# if not already done, run the code generation
dart run build_runner build

flutter test

Internationalisation

Do not edit the app_en.arb file by hand, this file is generated. For more information, see Internationalisation.

Releasing

Only for members of lichess team.

  1. Bump the pubspec.yaml version number. This can be in a PR making a change or a separate PR. Use semantic versioning to determine which part to increment. The version number after the + should also be incremented. For example 0.3.3+000303 with a patch should become 0.3.4+000304.
  2. Run workflow Deploy to Play Store
S
Description
New lichess mobile app in flutter
Readme GPL-3.0 260 MiB
Languages
Dart 99.2%
Swift 0.5%