Added info about Flutter version requirements

This commit is contained in:
Miguel Beltran 2019-10-12 20:20:53 +02:00 committed by GitHub
parent 90b18b4436
commit c298bb722f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,6 +38,7 @@ The documentation for Firebase part is inside the `firebase` folder.
# Prerequisites & Getting Started
## Client
To build and run the mobile apps youll need to install [Flutter](https://flutter.dev) and its dependencies. To verify your installation run in the projects root directory:****
@ -48,6 +49,13 @@ $ flutter doctor
The app is optimised for Android and iOS phones in portrait mode.
**IMPORTANT:** The project only supports Flutter version 1.10.5, you will have to change your configuration to it.
We cannot make sure that other Flutter versions will work.
```
$ flutter version 1.10.5
```
**Note:** Additionally youll need to add the GoogleService-Info of your Firebase app to your clients as described in `B3. Configure firebase app` below.