MoviesApp based on themoviedb API With Flutter
Read Time:48 Second

MoviesApp based on themoviedb API With Flutter

0 0

Movies App

MoviesApp based on themoviedb API With Flutter

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

Operating Principle

MoviesApp based on themoviedb API With Flutter
The app sends requests and receives responses from the themoviedb API. To learn more about APIs and the Multitier architecture
click here.

MoviesApp based on themoviedb API With Flutter

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.

  • go to lib/secret/themoviedb_api.dart
  • you will see the code like this
const String themoviedbApi = 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX';
  • replace the all xx.. to your API, like this
const String themoviedbApi = 'your_api_code_here';
  • enjoy coding ❤️

GitHub

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

Happy
Happy
0 %
Sad
Sad
0 %
Excited
Excited
0 %
Sleepy
Sleepy
0 %
Angry
Angry
0 %
Surprise
Surprise
0 %

Average Rating

5 Star
0%
4 Star
0%
3 Star
0%
2 Star
0%
1 Star
0%

Deja una respuesta

Entrada anterior A timetable app for a specific school in Germany using flutter
Entrada siguiente An Android App built with Flutter to generate passwords