I'm encountering this net::ERR_CLEARTEXT_NOT_PERMITTED in webview_flutter in android 10, Screenshot of Error in Android version 10, but this error is not coming in Android version 8 or below.
I tried adding
android:usesCleartextTraffic="true"
I referred to this to solve this error but still didn't worked. Did I missed anything?