Currently, the engine launches the thread that hosts the root isolate. The stack sizes are left at the defaults used by the platform. This is currently 512KB on iOS and 1MB on Android. While Flutter provides no guarantee of a specific stack size available to Dart applications, it might be desirable to have some consistency. Since iOS uses 1MB for the main thread, this seems like a fine default.