How to fix ‘net::ERR_CLEARTEXT_NOT_PERMITTED’ in flutter
Error:
net::ERR_CLERTEXT_NOT_PERMITTED

Solution:
Go to the AXML file
should be located in the path:
D:\MyhospitalNow\mhn_app_patient\android\app\src\main/AndroidManifest.xml
Add this code XML file android:usesCleartextTraffic=”true”
