Movies is an application designed to provide users with an enjoyable experience of watching movies and series. It offers a plethora of features that allow users to get all the details of the movie or series they are watching.
Check out our YouTube video for a detailed demo of the Movies App.
Technology | Link |
---|---|
Flutter | https://flutter.dev/ |
Dart | https://dart.dev/ |
Bloc | https://bloclibrary.dev/ |
SQL Lite | https://sqlite.org/index.html |
Shared Preference | https://pub.dev/packages/shared_preferences |
Dio | https://pub.dev/packages/dio |
Animation | https://flutter.dev/docs/development/ui/animations |
To install the Movies application, follow these steps:
- Clone the repository from GitHub.
- Open the project in Android Studio or VS Code.
- Run
flutter pub get
in the terminal to download the dependencies. - Run the application using
flutter run
command.
Using the Movies application is straightforward. Once you've installed it on your device, launch the app and browse through the list of movies or series available. You can select a movie or series to view its details, including its rating, plot summary, and cast.
Additionally, you can mark movies or series as favorites, which you can access later from the Favorites section of the app.
Movies offers the following features:
- Browse and search for movies and series
- View detailed information about movies and series, including cast, plot summary, and rating
- Mark movies and series as favorites for easy access
- Stream and watch movies and series directly in the app
- Get personalized recommendations based on your viewing history
We welcome contributions to the Movies application. If you'd like to contribute, please fork the repository and submit a pull request.
Movies uses the following third-party libraries:
- bloc
- dio
- flutter_rating_bar
- http
- path_provider
- shared_preferences
- sqflite
Movies is licensed under the MIT license.