muhammedAnjoom / netflix-clone

netflix clone by using flutter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

a problem and errors api_key

PedramChegini opened this issue · comments

there is a problem :
import 'package:netflix_clone/infrastructure/api_key.dart';
is missed on the project.
how can I solve that?

add your own api key in themoviedb.org

Just in case you did not understand the instructions, do the following:

  • Add a file named 'api_key.dart' in the 'infrastructure' directory.
  • Add this line, and nothing else, in the api_key.dart' file:
    const apiKey = "YOUR_THEMOVIEDB_APIKEY";

PS: Great job Muhammed .Loved your code!

I got it. I did that. No problem