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.
- 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
This app uses the following dependencies:
- http: For making HTTP requests to the OMDB API.
- flutter_spinkit: For displaying loading spinners.