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
Related to code100x#1
Update the environment variable for `authKey` and add documentation for setting up the `.env` file.
* **lib/env/env.dart**
- Update the `@EnviedField` annotation to use `varName: 'AUTH_KEY'` instead of `varName: 'AUTH-KEY'`.
* **.gitignore**
- Remove the `.env` entry from the ignore list.
* **.env**
- Add a new `.env` file with the content `AUTH_KEY=your_auth_key_here`.
* **README.md**
- Add a section to document the need for a `.env` file and the required `AUTH_KEY` variable.
- Include instructions for running the project after setting up the `.env` file.
I want to contribute but not able to run the project.
Tried running
dart run build_runner build
but getting error
How can i get the .env file and if not then how to run the project ? Any guidance is appreciated, will document the same to repo if required
The text was updated successfully, but these errors were encountered: