Search Movies on IMDB by name and get their IMDB ratings
This is flutter project. If you want to mess around with the code, clone the repo: https://github.com/emem365/imdb_movie_search.git
All you need to get this project running is to set up flutter in your system. To get started with flutter visit here
Clone the project. Make sure you have an emulator running or a device connected to your PC
Run using:
flutter run
- Flutter - Google’s UI toolkit for building beautiful, natively compiled applications for mobile, web, and desktop from a single codebase.
- IMDB API
- Madhur Maurya - Creator - emem365