Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lichess-org/mobile
Lichess mobile app v2
https://github.com/lichess-org/mobile
android chess dart flutter ios lichess mobile
Last synced: about 7 hours ago
JSON representation
Lichess mobile app v2
- Host: GitHub
- URL: https://github.com/lichess-org/mobile
- Owner: lichess-org
- License: gpl-3.0
- Created: 2022-05-01T10:26:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T09:05:07.000Z (20 days ago)
- Last Synced: 2024-10-29T10:57:16.003Z (20 days ago)
- Topics: android, chess, dart, flutter, ios, lichess, mobile
- Language: Dart
- Homepage:
- Size: 25.2 MB
- Stars: 1,309
- Watchers: 31
- Forks: 192
- Open Issues: 181
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: COPYING.md
Awesome Lists containing this project
README
# Lichess Mobile
Second iteration of the [Lichess mobile app](https://lichess.org/mobile).
## How to contribute
Contributions to this project are welcome!
If you want to contribute, please read the [contributing guide](./CONTRIBUTING.md).
## Setup and Run
See [the dev environment docs](./docs/setting_dev_env.md) for detailed instructions.
## Internationalisation
Do not edit the `app_en.arb` file by hand, this file is generated.
For more information, see [Internationalisation](./docs/internationalisation.md).## 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](https://github.com/lichess-org/mobile/actions/workflows/deploy_play_store.yml)