mirror of
https://github.com/janoodleFTW/timy-messenger.git
synced 2026-07-17 16:36:19 +00:00
Added info about Flutter version requirements
This commit is contained in:
parent
90b18b4436
commit
c298bb722f
1 changed files with 8 additions and 0 deletions
|
|
@ -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 you’ll need to install [Flutter](https://flutter.dev) and its dependencies. To verify your installation run in the project’s 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 you’ll need to add the GoogleService-Info of your Firebase app to your clients as described in `B3. Configure firebase app` below.
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue