Required tools
Required accounts
- A TheMovieDB account with an active API key.
Set up Flutter
1
Install Flutter
Download and install the Flutter SDK from the official Flutter website.
2
Run Flutter Doctor
Run the following command to check your environment and confirm that everything is configured correctly:Review the output and resolve any issues marked with an
✗ before continuing.For a mobile device target you will also need either Android Studio (for Android) or Xcode (for iOS). Make sure the relevant entries in
flutter doctor show no errors.Get a TheMovieDB API key
1
Create a TheMovieDB account
Go to https://www.themoviedb.org/signup and register for a free account.
2
Navigate to API settings
Once logged in:
- Click your avatar in the top-right corner and select Settings.
- In the left sidebar, click API.
- Under API Key (v3 auth), click Create and follow the prompts.
3
Copy your API key
Copy the API Key (v3 auth) value. You will need it when configuring the
.env file during installation.