FilmMix isn’t just another movie app — it’s your personal cinema, right in your pocket.
Built with Flutter, powered by The Movie Database (TMDb), and designed with elegance in mind, FilmMix lets you discover the hottest, top-rated, and upcoming films faster than you can make popcorn 🍿.
Forget clunky interfaces and endless loading spinners. FilmMix is all about:
- Real-time movie data from TMDb API
- Smart movie search with debounce for instant, accurate results
- Clean MVVM architecture with GetX for maintainability
- Beautifully crafted UI that makes browsing movies a joy
- Categorized movie lists: Popular, Top Rated, Upcoming
- Detailed movie pages: Cast, overview, and related titles
- Instant search with smart debounce
- Bookmark your favorite movies
- Share any movie with friends
- Cross-platform: Runs flawlessly on Android & iOS
- Flutter + Dart
- GetX for state management
- Dio for blazing-fast API calls
- TMDb API for movie data
git clone https://github.com/yourusername/filmmix.git
cd filmmix
flutter pub get
flutter run