Flutter Movie Search App allows users to search for movies using the OMDB API
Flutter Movie Search App
Output
This Flutter app allows users to search for movies using the OMDB API. It provides a user-friendly interface for searching and viewing movie details.
Features
- Search for movies by title.
- View movie details including title, year, type, and poster.
- User-friendly interface with real-time filtering.
Clone this repository to your local machine: git clone https://github.com/your-username/flutter-movie-search-app.git
Dependencies
This app uses the following dependencies:
- http: For making HTTP requests to the OMDB API.
- flutter_spinkit: For displaying loading spinners.