简体   繁体   中英

Verify your internet connection Flutter

when i run the app i get an error:

“Verify Internet Connection”

Meanwhile my laptop and my mobile device has got internet what could be the problem?

I'm not sure what happen. Have you try add internet permission in AndroidManifest.xml located at android/app/src/main you need to add tag:

<uses-permission android:name="android.permission.INTERNET"/>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM