chore(docs): improve readme on where to add the assets key (#123)

This commit is contained in:
jbonnier
2025-01-20 17:56:48 -05:00
committed by GitHub
parent cad29f5aa3
commit 16be4cfdfc

View File

@ -53,8 +53,9 @@ ESCAPED_DOLLAR_SIGN='$1000'
2. Add the `.env` file to your assets bundle in `pubspec.yaml`. **Ensure that the path corresponds to the location of the .env file!**
```yml
assets:
- .env
flutter:
assets:
- .env
```
3. Remember to add the `.env` file as an entry in your `.gitignore` if it isn't already unless you want it included in your version control.