Unofficial client for MyAnimeList
Or download the latest APK from the Releases Section.
- To run this project, you need to have Flutter installed on your machine.
- Clone this repo to your machine:
git clone
- Use
dal-code.code-workspace
to open the project in VSCode - Run
flutter pub get
to install dependencies - Launch the app using
flutter run
orF5
in VSCode
- Run user task -
intl generate
to generate localization files - Run user task -
build runner
to generate necessary files - Run user task -
python translate
to generate translation files
- Please don't suggest any state management solutions.