From c37dce0222dcde4aed4b492565578c4191c93e05 Mon Sep 17 00:00:00 2001 From: gitea Date: Wed, 5 Nov 2025 21:55:48 +0100 Subject: [PATCH] fix .env --- pubspec.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 1c82525..16a7690 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -36,8 +36,9 @@ dev_dependencies: flutter: uses-material-design: true - # Assets for .env file (optional - only if you want to bundle defaults) + # Assets for .env file # .env should be in .gitignore and not committed - # assets: - # - .env + # Copy .env.example to .env and fill in your values + assets: + - .env