A new Flutter project based on TMDB API
- Learning RiverPod
- Securing API KEY
- Making http request using Dio
- 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.