A project applying the recommended app architecture for Android to Flutter.
You can learn more about the concepts of that architecture here
To access the movie api you need to create an account and get an API key from here.
Then create a file assets/config.json in your checked out project.
Add the api key into this file like the following:
{
"apiKey": "your_key"
}