Erfan Rahmati 280bb02fae fix: #10
2022-09-09 13:38:27 +04:30
2022-09-08 13:48:57 +04:30
2022-05-11 20:25:51 +04:30
2022-08-13 04:39:54 +04:30
2022-02-02 14:25:05 +03:30
2022-09-09 13:38:27 +04:30
2022-07-08 13:43:09 +04:30
2022-02-02 14:25:05 +03:30
2022-09-08 08:44:42 +04:30
2022-02-02 14:25:05 +03:30
2022-02-02 14:25:05 +03:30
2022-06-29 11:53:16 +04:30
2022-09-08 13:42:46 +04:30
2022-05-12 23:37:18 +04:30
2022-09-09 13:05:58 +04:30
2022-09-08 13:51:19 +04:30

MovieLab

MovieLab is an open source mobile application for browsing movies and TV shows, including cast, production crew and personal biographies and plot summaries. With MovieLab, you have movies and tv series information right at your fingertips.

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


Screenshots

Download

You can simply download it for Android from Here.

Build

  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 configure file.

MovieLab uses the IMDb API to fetch the needed information, which is not limitless, so I can not expose the API key in the repo. If you want to build the app, you need to create a new file named .api.dart in the lib folder. Add the following code to .api.dart, and then add your IMDb api key to the list. If you don't have a IMDb api key, should go to IMDb-API Documentation website and sign up there, then after you creating an account, you can get a free key in your profile section.

final List<String> apiKeys = [];
  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


Show some ❤️ by starring 🌟 the repository!

Languages
Dart 99%
HTML 0.9%