
Movies App

Description
Movies App š¬ Hi, do you like movies? š Try MoviesApp here, or if you are a developer click here. There are currently 4 themes in the app. Search for your favourite movie and add it to your favourites. Operating Principle The app sends requests and receives responses from the themoviedb API. To learn more about and the Multitier architecture click here : https://pub.dev/packages/sizer Flutter Spinkit: https://pub.dev/packages/flutter_spinkit Cached Network Image: https://pub.dev/packages/cached_network_image : https://pub.dev/packages/fluttertoast : https://pub.dev/packages/http Path Provider: https://pub.dev/packages/path_provider Getting Started 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 you will see the code like this const String themoviedbApi = 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' replace the all to your API, like this const String themoviedbApi = 'your_api_code_here' enjoy coding š Contributors Changes - Rohit Chouhan: Added the missing secret/themoviedb_api.dart file for running the project and the exact documentation for its correct use of the api file. This project is licensed under the MIT License