From 0e49fa56c97ed3ce504af54a1d18ad99cdd7453e Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 24 Oct 2020 00:07:18 +0530 Subject: [PATCH] added 36 question in readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ced1ee8..90c747b 100644 --- a/README.md +++ b/README.md @@ -224,7 +224,9 @@ You are requested to create your profile using the above link to be a part of it - Debug - Profile - Release - +36. Why does the first flutter app take a very long developing time? + + When you are going to build the Flutter app for the first time, it takes a very long time than usual because Flutter builds a device-specific IPA or APK file. In this process, the Xcode and Gradle are used to build a file, which usually takes a long time. ## Contributors