FLUTTER ECOSYSTEM

ErfanRht/MovieLab

An open source movie tracker and movie finder.

MovieLab project cover
Stars
455
Forks
101
Last push (UTC)
Sep 27, 2022
Project status
Active
Erfan Rahmati GitHub avatar
GITHUB User

Erfan Rahmati ↗

Electrical Engineering Student at Sharif University of Technology || Full-stack Mobile Developer

Sharif University of TechnologyIran,Tehran
LanguagesDartHTMLSwiftKotlinObjective-C

Technical topics

Related packages and examples

Dependencies used

Dependency list 36 items

App categories

Rankings

Original README

English project snapshot. Visit GitHub for the latest content.

Expand / collapse project README

MovieLab: Movies & TV Guide

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!

Do you like movies? Try MovieLab here, or if you are a developer click here.

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

https://raw.githubusercontent.com/ErfanRht/MovieLab/HEAD/screenshots/mockups/MovieLab_mockup2.jpg

Screenshots

screenshot screenshot screenshot

screenshot screenshot screenshot

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.

    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!
  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](mailto:<erfanrht2005@gmail.com>).

Supporters

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


Show some ❤️ by starring 🌟 the repository!