Add .env to setup instructions for flutter
This commit is contained in:
parent
868e8d8b7c
commit
2a5c283c9a
@ -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`.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user