MovieLab is an open source and a cross-platform mobile app for browsing movies and TV shows, including cast, production crew and personal biographies and plot summaries. It is written in Dart using Flutter. With MovieLab, you have movies and series information right at your fingertips.
You can simply download it for Android from Here.
MovieLab is using IMDB APIs.
IMDB APIs' documentation can be found here.
- Any Operating System (ie. MacOS X, Linux, Windows)
- Any IDE with Flutter SDK installed (ie. IntelliJ, Android Studio, VSCode etc)
- A little knowledge of Dart and Flutter
Android (armeabi-v7a): flutter build apk
Android (arm64-v8a): flutter build apk --target=android-arm64
iOS: flutter build ios
If you have a connected device or emulator you can run and deploy the app with flutter run
To run this app, you must get an IMDb api key and put it in lib\modules\api\api_keys.dart
For more information, checkout This file.
Please file any issues, bugs or feature request here.
This project is licensed under the Apache-2.0 License.
This Flutter project is developed by Erfan Rahmati.