Before you install and run Cinemapedia, make sure you have the following tools and accounts ready.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/juuaaann456/DMI-Practica06/llms.txt
Use this file to discover all available pages before exploring further.
Required tools
| Tool | Version |
|---|---|
| Flutter SDK | ^3.9.2 (Dart SDK ^3.9.2) |
| Dart SDK | Included with Flutter |
| Git | Any recent version |
Required accounts
- A TheMovieDB account with an active API key.
Set up Flutter
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
Create a TheMovieDB account
Go to https://www.themoviedb.org/signup and register for a free account.
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.