Follow the instructions on the official Flutter website to install Flutter on your machine. Flutter Installation Guide
- Clone the repository
git clone https://github.com/WillKirkmanM/Theatre.git
- Create a .env file in the assets directory
cp ./assets/.env.example ./assets/.env
- Edit the .env file to include your API key
API_KEY="YOUR API KEY"
- Navigate to the project directory
cd Theatre
- Run the project
flutter run -d edge
This website was built using Flutter, a UI toolkit for building natively compiled applications for mobile, web, and desktop from a single codebase.
It uses the The Movie Database API to fetch movie data.