Add .env to setup instructions for flutter

This commit is contained in:
Reimar 2024-09-17 09:28:47 +02:00
parent 868e8d8b7c
commit 2a5c283c9a
Signed by: Reimar
GPG Key ID: 93549FA07F0AE268

View File

@ -16,7 +16,7 @@ To start the backend, run `cargo run`.
### Flutter ### Flutter
In the `Mobile` folder, copy `environment.example.json` to `environment.json` and fill out the values. In the `Mobile` folder, copy `environment.example.json` to `environment.json` and fill out the values. Also do this with `.env.example`, copying it into `.env`.
Run `flutter run --dart-define-from-file environment.json`. Run `flutter run --dart-define-from-file environment.json`.