I am using the webview_flutter plugin to load a page hosted on localhost(server created with dart, on the phone) but I get net::ERR_CLEARTEXT_NOT_PERMITTED and I can't make the server HTTPS.
I've implemented all the solutions here but none of these work:
- adding a network_security_config.xml file
- adding the
android:usesCleartextTrafficoption
Is there any other solution to this?

