Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ErfanRht/MovieLab

An open source movie tracker and movie finder.
https://github.com/ErfanRht/MovieLab

android dart flutter flutter-app flutter-apps getx hive imdb imdb-api movie-database movie-tracker movie-tracking movies

Last synced: 30 days ago
JSON representation

An open source movie tracker and movie finder.

Awesome Lists containing this 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)](https://img.shields.io/github/v/release/ErfanRht/MovieLab)](https://github.com/ErfanRht/MovieLab/releases)
![GitHub repo size](https://img.shields.io/github/repo-size/ErfanRht/MovieLab)
[![GitHub stars](https://img.shields.io/github/stars/ErfanRht/MovieLab?style=social)](https://github.com/ErfanRht/MovieLab/stargazers)
[![GitHub forks](https://img.shields.io/github/forks/ErfanRht/MovieLab?style=social)](https://github.com/ErfanRht/MovieLab/network/members)
[![GitHub issues](https://img.shields.io/github/issues/ErfanRht/MovieLab?style=social)](https://github.com/ErfanRht/MovieLab/issues)
[![GitHub license](https://img.shields.io/github/license/ErfanRht/MovieLab?style=social)](https://github.com/ErfanRht/MovieLab/blob/master/LICENSE)

## Screenshots


screenshot
screenshot
screenshot



screenshot
screenshot
screenshot

## Download
You can simply download it for Android from [Here](https://ErfanRht.github.io/MovieLab-Intro).

## Getting Started
1. If you don't have Flutter SDK installed; Please visit the official [Flutter](https://docs.flutter.dev/get-started/install) website.
2. Fetch the latest source code from the master branch.

```
git clone https://github.com/ErfanRht/MovieLab.git
```

3. 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](https://imdb-api.com/Identity/Account/Register), 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
    ```dart
    List apiKeys = ["XXXXXXXXXX"];
    ```
    - replace the all `xx..` to your own api key, like this
    ```dart
    List apiKeys = ["your_api_key_here"];
    ```
    - It's done!

4. 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](https://github.com/ErfanRht/MovieLab/issues). Pull requests are also welcome.

## License
This project is licensed under the [Apache-2.0 License](https://github.com/ErfanRht/MovieLab/blob/master/LICENSE).

## Author
This Flutter project is developed by [Erfan Rahmati](https://github.com/ErfanRht).

## Contact
You can reach out to me directly at [[email protected]](mailto:).

## Supporters
[![Stargazers repo roster for @ErfanRht/MovieLab](https://reporoster.com/stars/ErfanRht/MovieLab)](https://github.com/ErfanRht/MovieLab/stargazers)
[![Forkers repo roster for @ErfanRht/MovieLab](https://reporoster.com/forks/ErfanRht/MovieLab)](https://github.com/ErfanRht/MovieLab/network/members)

---

### Show some ❤️ by starring 🌟 the repository!