An intelligent movie recommendation app built with Flutter, BLoC, and Clean Architecture, powered by The Movie DB API and OpenRouter AI 🤖🍿.
🚀 Get movie recommendations, explore trending titles, and chat with an AI to discover what to watch next!
- 🔍 Smart Chat Assistant – Powered by OpenRouter to give you intelligent movie suggestions.
- 🎬 Movie Details – Explore movie info, posters, and summaries via TMDB API.
- 🧠 BLoC + Clean Architecture – Built following scalable architecture principles.
- 🎨 Animated UI – Smooth animations with
FadeAnimations,Hero, and more. - 🧭 Custom Bottom Navigation – Designed using advanced
ClipPathfor a unique look. - 🎥 Demo Video Included – Check out the full app walkthrough!
🎥 Watch the complete demo (3:53):
👉 [Insert your video link here]
git clone git@github.com:Deo-Cell/movieapp.git
cd movieappflutter pub getCreate a .env file in the root directory:
TMDB_API_KEY=your_tmdb_api_key
OPENROUTER_API_KEY=your_openrouter_api_key
TMDB_TOKEN=your_tmdb_tokenAnd use flutter_dotenv to load them.
flutter runThis app uses the following key packages:
flutter_bloc– Robust state management 🧩flutter_dotenv– Manage environment variables securely 🔐flutter_staggered_grid_view– Responsive layout for movie grids 🧱loading_animation_widget– Clean and customizable loading effects ⏳dio– API calls to TMDB and OpenRouter 🌐
lib/
├── core/ # Shared logic & constants
├── data/ # API services and models
├── domain/ # Business logic, use cases
├── presentation/ # UI, widgets, screens
├── app.dart # Main MaterialApp setup
└── main.dart # Entry point
Contributions are welcome!
- Fork the repository
- Create a new branch (
git checkout -b feature/YourFeature) - Commit your changes (
git commit -m 'Add some feature') - Push to the branch (
git push origin feature/YourFeature) - Create a Pull Request
This project is licensed under the MIT License – see the LICENSE file for details.
- The Movie DB for movie data 📊
- OpenRouter for AI-powered chat 💬
- The Flutter community for amazing tools & support 🧡
Deo Gratias PATINVOH
📧 deogratiaspatinvoh@gmail.com
🔗 [LinkedIn] (https://www.linkedin.com/in/deo-gratias-patinvoh-975554238/)