flutter -webview 报错 err_cleartext_not_permitted

Posted gggggggxin

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了flutter -webview 报错 err_cleartext_not_permitted相关的知识,希望对你有一定的参考价值。

文件 androidappsrcdebugAndroidManifest.xml

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.yudo.myc">
    <uses-permission android:name="android.permission.INTERNET"/>

    <application  android:usesCleartextTraffic="true">
    </application>
</manifest>

以上是关于flutter -webview 报错 err_cleartext_not_permitted的主要内容,如果未能解决你的问题,请参考以下文章