Issue
Data provisioning to my app using Laravel api
Everything works as expected when you open the app from within Android Studio
The problem occurs after publishing the application on the Google Play Store
The problem is (not calling data from hosting)
The app is built with Flutter and Laravel
I had this problem in one of my applications I was using firebase
I copied sha1 and added it in firebase
But now I don’t know what to do
I searched a lot and never found anything
Maybe I don’t know what I’m looking for
Solution
Do you have <uses-permission android:name="android.permission.INTERNET"/>
in AndroidManifest.xml?
Check also release mode run in Android Studio
Answered By – wonpyohong
Answer Checked By – Willingham (FlutterFixes Volunteer)