Cinemapedia is a cinema app built with Dart, Flutter, and Riverpod.
This project focuses on practicing and demonstrating:
- Flutter UI design
- Global state management with Riverpod
- A clean, modular project structure using modern development tools
✔️ Swipers showcasing now playing, upcoming and classic movies
✔️ Global state management powered by Riverpod
✔️ Modular and reusable code components
✔️ Detailed view for each movie
✔️ Accessible user interface
- Clone the repository
git clone https://github.com/ejbpz/cinemapedia-app.git
- Install dependencies
flutter pub get
- Run the project
flutter run
- Dart
- Flutter
- Riverpod
- The Movie Database (TMDB) API
This project is open-source. You're welcome to use, modify, or share it freely!