Stay up to date on the latest movies and tv series with this Flutter application and save them in a watchlist. The movies and tv series data is gotten from https://www.themoviedb.org/
- Popular Movies: View a list of popular movies.
- Upcoming Movies: See movies that will be released soon.
- Now Playing Movies: Check out movies that are currently in theaters.
- Movie Details: Get detailed information about each movie.
- Search: Search for movies using a floating action button.
To run this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/benbd5/movies.git cd movies
- Add the .env file and add your TMDB API Key:
cp .env.sample .env
// .env TMDB_API_KEY=your-api-key
- Install dependencies:
flutter pub get
- Run the app:
flutter run
isar for local database
http for to get API data
cached_network_image for caching images