Руслан Исланбеков
оттуда обратился к вам
On Android, you can add a network security config XML. For Flutter to find your XML file, you need to also add a metadata entry to the <application> tag in your manifest. This metadata entry should carry the name: io.flutter.network-policy and should contain the resource identifier of the XML.
For instance, if you put your XML configuration under res/xml/network_security_config.xml, your manifest would contain the following:
Это тоже не помогло?