Warnings
Repository has .env.local but main loads .env
Only .env.local is present in the tree while main.dart loads dotenv .env.
Severity: medium Verified from source
What can go wrong
Local/CI checkouts may boot without keys unless .env is created privately.
Safe next action
Document the expected local file name for developers without committing secrets.