Update README.md

This commit is contained in:
Christian Pauly 2020-02-23 09:12:31 +00:00
parent 5c357f9b81
commit 4b37511728
1 changed files with 13 additions and 1 deletions

View File

@ -42,7 +42,19 @@ cd fluffychat-flutter
### Android / iOS
3. `flutter run`
3. For Android install CMake from the SDK Manager
4. Install ninja:
```
sudo apt install ninja-build
```
5. Outcomment the Google Services plugin at the end of the file `android/app/build.gradle`:
```
// apply plugin: "com.google.gms.google-services"
```
6. `flutter run`
### Web