Site icon Flutter Packages | Pub dev Packages – Flutter Mobile App World

MoviesApp based on themoviedb API

Movies App 

Hi, do you like movies?  Try MoviesApp here. There are currently 4 themes in the app. Search for your favourite movie and add it to your favourites.

Operating Principle

How to run

This application is using api of themoviedb, so before using it you have to create an api from themoviedb and generate an API and apply it to this application, follow the below step to connect api with this app.

First go to https://www.themoviedb.org/documentation/api, and follow the API Documentation, you will get the API Code.

const String themoviedbApi = 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX';
const String themoviedbApi = 'your_api_code_here';

Download Movies App source code on GitHub

https://github.com/vellt/Movies-App-Flutter

Exit mobile version