I want to fetch data from internet and display in my flutter app and I did that using http and works fine also , but when I exit from debug and installed same apk in android which I build using flutter build apk
then Its not working means cant fetch data
In my project I have created an apk which shows apps killed by google, the Circular Progress Indicator will be Displayed until I fetch data from website. After fetching data It will Displayed in cards on my app .
but it works fine only in debug mode . after installing on android it shows only Circular Progress Indicator and title of app in appBar
help me to resolve this I'm new flutter user
Add the following in your AndroidManifest.xml, if you are using http
android:usesCleartextTraffic="true"