In this app, you can get information about popular movies based on the information provided on themoviedb.org.
This is a completely open source project. You can use this structure of code in any project you are building.
If you want to contribute this project, any kind of pull requests are accepted. You can add one of these features in your request:
- Search movie
- Save favorite movies
- Login
- Rate movie
- Watch trailer in app
- Save photo
- Preparing release for iOS, Linux, Web, Windows
- ... (any kind of ideas will be accepted)
It has also submitted to itsallwidgets.com: https://itsallwidgets.com/kino-app
To run this application:
- Clone this project
- Get your api key from the website: themoviedb.org (https://www.themoviedb.org/settings/api)
- Put your api key instead of
static const API_KEY = 'YOUR_API_KEY';
in constants.dart file - And run
flutter pub get & flutter pub run
Join us in telegram @android_projects