- Generate an API key from The Movie Database.
- Copy 'env.template' and rename it to 'env'.
- Put the key in the
.env
file. - Execute
flutter pub run build_runner build
.env file
THE_MOVIEDB_KEY=YOUR_API_KEY
- Run in your project
flutter pub get
The UI components are designed following the example of the following repository Cinemax.
The app has one dark theme that uses predefined colors.
Currently only available for Android and iOS, and Web