I want to put my API key inside the .env file within my Flutter application and I did it like following:
API_KEY=ewwfwfwe
API_KEY = ewwfwfwe
API_KEY=`ewwfwfwe`
API_KEY = `ewwfwfwe`
But none of them works! I don't know what is the problem and which way is the right way doing that?