-
Notifications
You must be signed in to change notification settings - Fork 10
Environment_Variables
domai-tb edited this page Mar 29, 2026
·
2 revisions
The app uses envied and reads secrets from a .env file in the project root.
The following keys are currently used by lib/env/env.dart:
MENSA_API_KEYFIREBASE_ANDROID_API_KEYFIREBASE_IOS_API_KEYAPPWRITE_CREATE_USER_AUTH_KEYSENTRY_DSN
- Create a
.envfile in the project root. - Add all required keys to the file.
- Generate
lib/env/env.g.dartwith:
flutter pub run build_runner build --delete-conflicting-outputs
- Start the app.