A feature-rich Flutter application for discovering and exploring movies and TV shows, powered by The Movie Database (TMDB) API.
- 🔥 Trending Movies - Weekly trending movies
- 🆕 Coming Soon - Upcoming movie releases
- ⭐ Top Rated - Highest-rated movies
- 📈 Most Popular - Popular movies worldwide
- 🇮🇳 Hindi Movies - Popular and new Hindi releases
- 🎭 Genre-based Filtering - Browse movies by genre
- 🔍 Search - Find any movie instantly
- 📺 Airing Today - Currently airing TV shows
- 🌟 On Air - Shows currently on air
- 🏆 Top Rated TV Shows - Best-rated series
- 🔥 Popular TV Shows - Trending series
- 🇮🇳 Hindi TV Shows - Popular Hindi series
- 🎥 Multi-Provider Support - 13+ video embed providers
- 🔄 Auto-Failover - Automatically tries next provider if one fails
- 🛡️ Security - Blocks malicious redirects and ads
▶️ Embedded Playback - Watch directly in the app
- 📱 Responsive Design - Works on all screen sizes
- 🌙 Dark Theme - Eye-friendly dark mode
- 🔁 Auto-Retry - Automatic retry on API failures
- 📄 Pagination - Load more content with "Load More" button
- 🎯 Genre Drawer - Easy navigation by genre
- ⚡ Fast Loading - Optimized performance
- Flutter - UI Framework
- Dart - Programming Language
- TMDB API - Movie and TV show data
- webview_flutter - Embedded video player
- url_launcher - External link handling
- Flutter SDK (3.0 or higher)
- Dart SDK (3.0 or higher)
- Android Studio / VS Code
- TMDB API Key
-
Clone the repository
git clone https://github.com/Subham2005x/movie_rader.git cd movie_rader -
Install dependencies
flutter pub get
-
Run the app
flutter run
To build a release APK:
flutter build apk --releaseTo build an app bundle:
flutter build appbundle --releaseThe app uses TMDB API. The API key is configured in lib/pages/home.dart:
final String apikey = "e0d56cbed100b1c1191xxxxxxx";
final readaccesstoken = "your_token_here";The app supports 13+ video embed providers with automatic failover:
- VidSrc.in
- VidSrc.net
- VidSrc.cc
- VidSrc.rip
- Embed.su
- 2Embed
- And more...
- Blocks malicious redirects (ads, malware, phishing)
- Prevents navigation to app stores and social media
- Filters URL shorteners
- Blocks 20+ known malicious domains
lib/
├── main.dart # App entry point
├── pages/
│ ├── home.dart # Home screen with movies
│ ├── tv.dart # TV shows screen
│ ├── detailed.dart # Movie details
│ ├── detailedtv.dart # TV show details
│ ├── category.dart # Genre-based listing
│ ├── search.dart # Movie search
│ ├── searchtv.dart # TV show search
│ └── watch.dart # Video player
└── widgets/
├── trendingmovie.dart # Trending movies widget
├── comingsoon.dart # Coming soon widget
├── toprated.dart # Top rated widget
├── MostPopular.dart # Popular movies widget
└── ... # Other widgets
- Automatically retries failed API calls up to 5 times
- Exponential backoff (2s, 4s, 6s, 8s, 10s)
- Shows retry attempt count to user
- Displays error message after all retries fail
- Side drawer with all available genres
- Click genre to load genre-specific movies
- Shows loading indicator during fetch
- Automatic retry on failure
- Tests each provider for 3 seconds
- Automatically switches to next if loading fails
- Manual provider switcher in app bar
- Shows loading progress for each provider
- Movies tab
- Web Series tab
- Maintains selection state
- Smooth navigation between tabs
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the project
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
- TMDB for providing the movie database API
- Flutter team for the amazing framework
- All video provider services
Subham Nabik
- GitHub: @Subham2005x
This app uses TMDB API for movie data and third-party embed providers for video playback. The app is for educational purposes only. Please ensure you comply with all applicable laws and terms of service when using video content.
Crafted with ❤️ by Subham



.jpeg)
