Answers for "flutter gray screen"

0

flutter gray screen

Gray screen can sometime arise due to missing internet permission

In the AndroidManifest.xml file located at android/app/src/main you need to add this permission inside the manifest tag.

<uses-permission android:name="android.permission.INTERNET"/>
Posted by: Guest on November-17-2020

Code answers related to "Dart"

Browse Popular Code Answers by Language