flutter -webview 报错 err_cleartext_not_permitted

文件 androidappsrcmainAndroidManifest.xml

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

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

ps: debug模式则在debug文件夹里修改

原文地址:https://www.cnblogs.com/gggggggxin/p/10518324.html