/movie_app

A new Flutter project based on TMDB API to learn RiverPod and Securing API KEY using dotenv

Primary LanguageDart

movie_app

A new Flutter project based on TMDB API

Goal:

  • Learning RiverPod
  • Securing API KEY
  • Making http request using Dio

Getting Started

  • Get your TMDB API key from TMDB Website
  • Create a file called .env in root directory of this project
  • Put your API key in it as:
   SECRET_API_KEY=YOUR_API_KEY_HERE
  • You are ready to run the app now.

Thanks to TMDB for providing this API.

App in action: