InterviewSolution
Saved Bookmarks
| 1. |
Why does a flutter app usually take a long developing time? |
|
Answer» The first time you BUILD a Flutter application, it TAKES MUCH longer than usual since Flutter creates a device-specific IPA or APK FILE. Xcode and Gradle are USED in this process to build a file, which usually takes a lot of time. |
|