I have implemented webView in flutter but it is not opening my php website which is on server what I\'m doing wrong.
I am new to flutter and tried webview to integra
Open the android manifest file (android/app/src/main/AndroidManifest.xml) and add
android:usesCleartextTraffic="true" to the application tag