The Movie Database app built with Flutter.
- Download this repo
- Execute command
flutter pub get
on terminal - Rename
.env.example
into.env
- Replace the word
changeme
inAPI_ACCESS_TOKEN=changeme
of file.env
, into your TMDbAPI Read Access Token (v4 auth)
- And then, we are good to build the app on mobile platforms 🙌