From 4b37511728fdcbd44a826f031edb5b0378d58784 Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Sun, 23 Feb 2020 09:12:31 +0000 Subject: [PATCH] Update README.md --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fb46f40..5b2f052 100644 --- a/README.md +++ b/README.md @@ -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