Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ErfanRht/MovieLab
- Owner: ErfanRht
- License: apache-2.0
- Created: 2022-02-05T08:09:36.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-27T06:29:47.000Z (about 2 years ago)
- Last Synced: 2024-08-03T21:03:54.614Z (4 months ago)
- Topics: android, dart, flutter, flutter-app, flutter-apps, getx, hive, imdb, imdb-api, movie-database, movie-tracker, movie-tracking, movies
- Language: Dart
- Homepage: https://ErfanRht.github.io/MovieLab-Intro
- Size: 21.4 MB
- Stars: 410
- Watchers: 13
- Forks: 88
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
- open-source-flutter-apps - MovieLab - A useful and modern movie database app by [Erfan Rahmati](https://github.com/ErfanRht). (Uncategorized / Uncategorized)
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
## 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!