londonappbrewery / Clima-Flutter-Completed

The completed code for the Clima Project - The Complete Flutter Development Bootcamp

Home Page:https://www.appbrewery.co/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stuck on Loading screen on real device.

prashantprem opened this issue · comments

App working fine on android emulator but when created APK to install in phone then the app gets stuck on loading screen forever.

Solved this problem by adding Internet permission in AndroidManifest.xml (MAIN) file.