I am new in flutter. When I use flutter run
,there are no errors and I can see all the things in my apps. But after I build the apk, it only show loading . Can I know how to solve it?
Asked
Active
Viewed 124 times
0
-
did your app use internet? – Jay Gadariya Dec 17 '19 at 06:58
-
yes, My app have use internet – qing Dec 17 '19 at 07:05
-
1have you add permission to access internet in **manifest** file of android? – Jay Gadariya Dec 17 '19 at 07:16
-
After I add it can already. Thank you very much – qing Dec 17 '19 at 07:30
1 Answers
2
flutter is not automatic add that permission.
so at the time of building app for release you must add dependancy for Internet

Jay Gadariya
- 1,823
- 7
- 25