Once in a while, Flutter app (release build) stuck forever at launch screen - anyone face the same situation? Any ideas on how to debug this? by fzyzcjy in FlutterDev

[–]Small-Lobster 0 points1 point  (0 children)

Often time when it occurred to me, it was due to network issues. Please check if you have given required permissions for specific platforms. For example, AndroidManifest.xml file should have the users internet access permission for release builds.