A Flutter application that replicates the Netflix user interface and functionality, utilizing the TMDB (The Movie Database) API to fetch and display movie data.
- Browse popular movies
- Search for movies
- View movie details
- Responsive design for both Android and iOS
- Flutter SDK
- Dart
- Clone the repository:
git clone https://github.com/AnandhuA/Netflix-.git cd Netflix
- Install dependencies:
flutter pub get
- Run the app:
flutter run