Unofficial client for MyAnimeList
- 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 - Create .env file in the root directory with the following keys:
- MAL_CLIENT_ID
- MAL_CLIENT_SECRET
- APP_CONFIG_URL
- SUPABASE_URL
- SUPABASE_KEY
- 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.