I appreciate the responses from everyone but Flet documentation provides an easy way to make changes to AndroidManifest.xml by making changes in your pyproject.toml
just add the following block in your pyproject.toml
[tool.flet.android.manifest_application]
usesCleartextTraffic = "true"