SkillAgentSearch skills...

MovieLab

An open source movie tracker and movie finder.

Install / Use

/learn @ErfanRht/MovieLab

README

<p align="center"> <h1 align="center">MovieLab: Movies & TV Guide</h1> <p align="left"> MovieLab is an open source movie tracker and movie finder where you can find movies, series, seasons, episodes. movie recommendation and actors from the largest movie database IMDb. With MovieLab, you have movies and series information right at your fingertips! </p> <p align="left"> Do you like movies? Try MovieLab <a href="https://github.com/ErfanRht/MovieLab/releases/">here</a>, or if you are a developer click <a href="https://github.com/ErfanRht/MovieLab#getting-started">here</a>. </p> </p>

GitHub release (latest) GitHub repo size GitHub stars GitHub forks GitHub issues GitHub license

<p align="center"><a href="https://github.com/ErfanRht/MovieLab/"><img src="./screenshots/mockups/MovieLab_mockup2.jpg" width="100%"/></a>

Screenshots

<div align="center" style="width:100%;display:flex;justify-content:space-between;"> <img width="32%" src="https://github.com/ErfanRht/MovieLab/blob/master/screenshots/Screenshot_01.jpg" align="center" alt="screenshot" /> <img width="32%" src="https://github.com/ErfanRht/MovieLab/blob/master/screenshots/Screenshot_02.jpg" align="center" alt="screenshot" /> <img width="32%" src="https://github.com/ErfanRht/MovieLab/blob/master/screenshots/Screenshot_03.jpg" align="center" alt="screenshot" /> </div> <p> </p> <div align="center" style="width:100%;display:flex;justify-content:space-between;"> <img width="32%" src="https://github.com/ErfanRht/MovieLab/blob/master/screenshots/Screenshot_04.jpg" align="center" alt="screenshot" /> <img width="32%" src="https://github.com/ErfanRht/MovieLab/blob/master/screenshots/Screenshot_05.jpg" align="center" alt="screenshot" /> <img width="32%" src="https://github.com/ErfanRht/MovieLab/blob/master/screenshots/Screenshot_06.jpg" align="center" alt="screenshot" /> </div>

Download

You can simply download it for Android from Here.

Getting Started

  1. If you don't have Flutter SDK installed; Please visit the official Flutter website.
  2. Fetch the latest source code from the master branch.
git clone https://github.com/ErfanRht/MovieLab.git
  1. Add api key.
<ul>

MovieLab uses the IMDb API to fetch the needed data, so before using it you have to create an account on IMDb api website, then you can get a free api key in your profile section and apply it to the app by the below steps.

  • go to lib/.api.dart
  • you will see the code like this
List<String> apiKeys = ["XXXXXXXXXX"];
  • replace the all xx.. to your own api key, like this
List<String> apiKeys = ["your_api_key_here"];
  • It's done!
</ul>
  1. Run the app with Android Studio or Visual Studio. Or the command line.
flutter pub get
flutter run

Contribute

If you have an issue or found a bug, please raise a GitHub issue here. Pull requests are also welcome.

License

This project is licensed under the Apache-2.0 License.

Author

This Flutter project is developed by Erfan Rahmati.

Contact

You can reach out to me directly at erfanrht2005@gmail.com.

Supporters

Stargazers repo roster for @ErfanRht/MovieLab Forkers repo roster for @ErfanRht/MovieLab


<div align="center">

Show some ❤️ by starring 🌟 the repository!

</div>

Related Skills

View on GitHub
GitHub Stars446
CategoryData
Updated2d ago
Forks95

Languages

Dart

Security Score

100/100

Audited on Mar 22, 2026

No findings