Enable clear text traffic
This commit is contained in:
parent
2ebf0d6eb7
commit
49dd99016f
1 changed files with 3 additions and 1 deletions
|
@ -8,7 +8,9 @@
|
|||
<application
|
||||
android:name="io.flutter.app.FlutterApplication"
|
||||
android:label="@string/app_name"
|
||||
android:icon="@mipmap/ic_launcher">
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:usesCleartextTraffic="true"
|
||||
>
|
||||
|
||||
<activity
|
||||
android:name=".MainActivity"
|
||||
|
|
Loading…
Add table
Reference in a new issue