Quick Start
Get up and running with Cinemapedia in minutes
Architecture
Understand the clean architecture structure
Features
Explore the movie browsing features
Reference
Browse widgets, providers, and data models
What Cinemapedia offers
Now Playing
See movies currently showing in theaters, updated in real time from TheMovieDB
Upcoming Releases
Browse films arriving soon so you never miss a premiere
Popular & Top Rated
Discover popular picks and all-time favorites ranked by audience votes
Mexican Cinema
A dedicated category showcasing Mexican films sorted by rating
Getting started
1
Get a TheMovieDB API key
Sign up at themoviedb.org and generate a free API key from your account settings.
2
Install Flutter
Make sure Flutter SDK 3.9.2 or later is installed. See the prerequisites page for details.
3
Clone and configure
Clone the repository and add your API key to the
.env file. See the installation guide for the full setup.4
Run the app
Run
flutter run and Cinemapedia will launch with live movie data from TheMovieDB.