You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the documentation it says that we have to add the .env to the git ignore file, But i am using Bitrise that is a continuous integration tool that have one step named Flutter Test and it's failing because it's checking this .env and it doesn't exists.
I imagine that the error occurs when i call await dotenv.load(fileName: '.env'); and it's trying to read this .env that doesn't exist because it's not in the repository.
The text was updated successfully, but these errors were encountered:
In the documentation it says that we have to add the .env to the git ignore file, But i am using Bitrise that is a continuous integration tool that have one step named Flutter Test and it's failing because it's checking this .env and it doesn't exists.
I imagine that the error occurs when i call
await dotenv.load(fileName: '.env');
and it's trying to read this .env that doesn't exist because it's not in the repository.The text was updated successfully, but these errors were encountered: