<manifest xmlns:android="http://schemas.android.com/apk/res/android">
    <!-- Flutter's debug build talks to the host over a socket for hot reload. -->
    <uses-permission android:name="android.permission.INTERNET"/>

    <!--
      Permits cleartext HTTP to the development hosts only. If you point the
      app at a LAN address instead of 10.0.2.2, add that host to
      res/xml/network_security_config.xml or the request will fail with
      "CLEARTEXT communication not permitted".
    -->
    <application android:networkSecurityConfig="@xml/network_security_config" />
</manifest>
